Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Fixed vertical spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Nov 22, 2020
1 parent dc9da6e commit e06ca94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Guitar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ public struct Guitar {
public func test(string: String, with options: NSRegularExpression.Options = []) -> Bool {
return evaluateForRanges(from: string, with: options).count > 0
}

}

0 comments on commit e06ca94

Please sign in to comment.