Skip to content

Commit

Permalink
fix linter's violations
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Protska committed Mar 25, 2021
1 parent e5f0ff8 commit 0cb356d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extension SwiftCompilerTimeOptionParser {
return nil
}

guard
guard
fileAndLocationParts.count == 3,
let line = Int(fileAndLocationParts[1]),
let column = Int(fileAndLocationParts[2])
Expand Down

0 comments on commit 0cb356d

Please sign in to comment.