Skip to content

Commit fd1c1fd

Browse files
committed
format
1 parent 11657f1 commit fd1c1fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Glob/Pattern+Options.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ public extension Pattern {
6060
allowsEmptyRanges: true
6161
)
6262
}
63-
63+
6464
public static func fnmatch(flags: Int32) -> Self {
65-
return .fnmatch(
65+
.fnmatch(
6666
usePathnameBehavior: (flags & FNM_PATHNAME) != 0
6767
)
6868
}

0 commit comments

Comments
 (0)