Skip to content

Commit

Permalink
Merge pull request #698 from wongzigii/swiftlint
Browse files Browse the repository at this point in the history
[SwiftLint][trivial] Resolve trailing comma violation
  • Loading branch information
jeffh committed Mar 16, 2017
2 parents 101f944 + 8bdcc92 commit 4bfde84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Quick/NSString+C99ExtendedIdentifier.swift
Expand Up @@ -12,7 +12,7 @@ public extension NSString {
.controlCharacters,
.punctuationCharacters,
.nonBaseCharacters,
.symbols,
.symbols
]

for invalidSet in invalidCharacterSets {
Expand Down

0 comments on commit 4bfde84

Please sign in to comment.