diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-05-28 20:23:55 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-05-29 04:23:38 -0400 |
| commit | 0c16cd2d0ed78be2d160f9c865cd0a8703348232 (patch) | |
| tree | e7ff390d89611797776f2e67151c1157059d6147 /test/compare_output.zig | |
| parent | cdf30c31ea36365859dd81c207aede3c45c4e022 (diff) | |
| download | zig-0c16cd2d0ed78be2d160f9c865cd0a8703348232.tar.gz zig-0c16cd2d0ed78be2d160f9c865cd0a8703348232.zip | |
run zig fmt on the codebase
See #1003
Diffstat (limited to 'test/compare_output.zig')
| -rw-r--r-- | test/compare_output.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/compare_output.zig b/test/compare_output.zig index 905ffd37a9..0170477b8b 100644 --- a/test/compare_output.zig +++ b/test/compare_output.zig @@ -475,7 +475,7 @@ pub fn addCases(cases: &tests.CompareOutputContext) void { \\ ); - tc.setCommandLineArgs([][]const u8 { + tc.setCommandLineArgs([][]const u8{ "first arg", "'a' 'b' \\", "bare", @@ -516,7 +516,7 @@ pub fn addCases(cases: &tests.CompareOutputContext) void { \\ ); - tc.setCommandLineArgs([][]const u8 { + tc.setCommandLineArgs([][]const u8{ "first arg", "'a' 'b' \\", "bare", |
