Skip to content

Commit

Permalink
remove unused variable in ClosingBraceRule
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored and marcelofabri committed Aug 17, 2017
1 parent acc0a2c commit b4b35c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/SwiftLintFramework/Rules/ClosingBraceRule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import Foundation
import SourceKittenFramework

private let whitespaceAndNewlineCharacterSet = CharacterSet.whitespacesAndNewlines

private extension File {
func violatingClosingBraceRanges() -> [NSRange] {
return match(pattern: "(\\}[ \\t]+\\))", excludingSyntaxKinds: SyntaxKind.commentAndStringKinds())
Expand Down

0 comments on commit b4b35c1

Please sign in to comment.