]> git.lizzy.rs Git - rust.git/blobdiff - src/test/pretty/attr-fn-inner.rs
Rollup merge of #106173 - compiler-errors:deduplicate-op-methods, r=jackh726
[rust.git] / src / test / pretty / attr-fn-inner.rs
index 0a745e7d34fc1bcab326efa5a9dc39a9ef0e4b76..6d9cb89f022987e6b6d63cfb97218b28bcc09ed1 100644 (file)
@@ -9,8 +9,8 @@
 fn main() {
     #![rustc_dummy]
     #[rustc_dummy]
-    fn f() { }
+    fn f() {}
 
     #[rustc_dummy]
-    fn g() { }
+    fn g() {}
 }