Skip to content

Commit

Permalink
test: Fix formatting in the pretty-mode test
Browse files Browse the repository at this point in the history
  • Loading branch information
vadorovsky committed Mar 10, 2024
1 parent e9da711 commit 344b1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-project/tests/pretty/macro.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
//@pretty-mode:expanded
//@pp-exact:macro.pp

macro_rules! square { ($x : expr) => { $x * $x } ; }
macro_rules! square { ($x:expr) => { $x * $x }; }

fn f() -> i8 { 5 * 5 }

0 comments on commit 344b1f2

Please sign in to comment.