Skip to content

Commit

Permalink
Revert new CharacterSet
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky committed Feb 15, 2023
1 parent a430750 commit 89cdcea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/CreateAPI/Generator/Naming.swift
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,4 @@ private let badCharacters = CharacterSet.alphanumerics.inverted

extension CharacterSet {
static let ticks = CharacterSet(charactersIn: "`")
static let quotes = CharacterSet(charactersIn: #"'""#)
}

0 comments on commit 89cdcea

Please sign in to comment.