]> git.lizzy.rs Git - rust.git/blobdiff - src/test/pretty/issue-12590-c.pp
Rollup merge of #106173 - compiler-errors:deduplicate-op-methods, r=jackh726
[rust.git] / src / test / pretty / issue-12590-c.pp
index dd0b8899b2d9d5ee57d4a8aa2bbf3c00199be497..07b3f5653d36b076eddccde7dd4afd0189fbcb91 100644 (file)
@@ -13,7 +13,7 @@ extern crate std;
 #[path = "issue-12590-b.rs"]
 mod issue_12590_b {
 
-    fn b() { }
-    fn main() { }
+    fn b() {}
+    fn main() {}
 }
-fn main() { }
+fn main() {}