aboutsummaryrefslogtreecommitdiff
path: root/test/compare_output.zig
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-05-28 20:23:55 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-05-29 04:23:38 -0400
commit0c16cd2d0ed78be2d160f9c865cd0a8703348232 (patch)
treee7ff390d89611797776f2e67151c1157059d6147 /test/compare_output.zig
parentcdf30c31ea36365859dd81c207aede3c45c4e022 (diff)
downloadzig-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.zig4
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",