Skip to content

Commit b5270ae

Browse files
committed
[tests] Fix trivial failure in vroom/swiftformat.vroom
Extra space character in the output was causing a mismatch failure.
1 parent 9e82ad6 commit b5270ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: vroom/swiftformat.vroom

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can format any buffer with swift-format specifying the formatter explicitly.
3434
$ return "a"
3535
$ }
3636
func f(a: String, b: Int) -> String {
37-
return "a"
37+
return "a"
3838
}
3939
@end
4040

0 commit comments

Comments
 (0)