Skip to content

Commit 504186a

Browse files
committed
dartfmt
1 parent 1f87982 commit 504186a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/model_utils.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ bool matchGlobs(List<String> globs, String fullName, {bool isWindows}) {
5252
}
5353

5454
return filteredGlobs.any((g) =>
55-
Glob(g, context: isWindows ? path.windows : path.posix).matches(fullName));
55+
Glob(g, context: isWindows ? path.windows : path.posix)
56+
.matches(fullName));
5657
}
5758

5859
/// Returns the [AstNode] for a given [Element].

0 commit comments

Comments
 (0)