Commit b0d89cfe3f

Shritesh Bhattarai <shritesh@shritesh.com>
2019-03-30 20:58:18
fmt: Fix param decl test
1 parent efa751c
Changed files (1)
std/zig/parser_test.zig
@@ -92,6 +92,7 @@ test "zig fmt: doc comments on param decl" {
         \\        new_alignment: u29,
         \\    ) []u8,
         \\};
+        \\
     );
 }