]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/configs-fn_call_style-block-trailing-comma.rs
Cargo fmt and update tests
[rust.git] / tests / target / configs-fn_call_style-block-trailing-comma.rs
index b6eb94eb67766ec5448353f94ffebf5083f210fb..4405f89f2afe64a74eab41129a7926aef887e4ba 100644 (file)
@@ -7,6 +7,7 @@ fn a() {
         "this is a long string that goes past the maximum line length causing rustfmt to insert a comma here:"
     );
     foo(
+        a,
         oooptoptoptoptptooptoptoptoptptooptoptoptoptptoptoptoptoptpt(),
     );
 }