Skip to content
This repository was archived by the owner on Dec 6, 2017. It is now read-only.

Commit 73b03f5

Browse files
committed
Merge pull request #103 from vicb/style-readability
style(error helper): improve readability
2 parents 138c927 + 180ad5e commit 73b03f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/error_helper.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ String error(ResolutionContext resolving, String message, [Key appendDependency]
2323
for (var i = 1; i < resolvingKeys.length - 1; i++) {
2424
if (resolvingKeys[i] == resolvingKeys.first) {
2525
resolvingKeys = resolvingKeys.sublist(0, i + 1);
26+
break;
2627
}
2728
}
2829

0 commit comments

Comments
 (0)