Skip to content

Commit

Permalink
Format test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Sep 18, 2024
1 parent a1448fd commit bf9f42f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_programs/compile_success_empty/type_path/src/main.nr
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
fn main() {
comptime {
comptime
{
let foo = quote { Foo }.as_type();
quote {
$foo::static()
Expand Down

0 comments on commit bf9f42f

Please sign in to comment.