Skip to content

Commit

Permalink
Revert new CharacterSet
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky committed Nov 30, 2022
1 parent 6f4167b commit 5ea0288
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 5ea0288

Please sign in to comment.