From 211b5f26c2d393b2251632fb9fad1277dfafbdfc Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 10 Jul 2024 07:26:50 -0700 Subject: [PATCH] format --- Sources/Glob/Pattern.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Glob/Pattern.swift b/Sources/Glob/Pattern.swift index de0807a..00fc773 100644 --- a/Sources/Glob/Pattern.swift +++ b/Sources/Glob/Pattern.swift @@ -119,7 +119,7 @@ public struct Pattern: Equatable, Sendable { public var sections: [Section] /// Options used for parsing and matching public var options: Options - + init(sections: [Section], options: Options) { self.sections = sections self.options = options