File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Sources/DiffableTextKitXPattern Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -153,15 +153,10 @@ extension PatternTextStyle {
153153 for character in pattern {
154154 guard let predicate = placeholders [ character] else { continue }
155155 guard let nonvirtual = nonvirtuals. next ( ) /**/ else { break }
156- //=------------------------------=
157- // Predicate
158- //=------------------------------=
159- guard predicate ( nonvirtual) else {
160- throw Info ( [ . mark( nonvirtual) , " is invalid " ] )
161- }
162- //=------------------------------=
163- // Insertion
164- //=------------------------------=
156+ guard predicate ( nonvirtual) else { throw Info ( [ . mark( nonvirtual) , " is invalid " ] ) }
157+ //=----------------------------------=
158+ // Some
159+ //=----------------------------------=
165160 value. append ( nonvirtual)
166161 }
167162 //=--------------------------------------=
You can’t perform that action at this time.
0 commit comments