Skip to content

Commit bf9f42f

Browse files
committed
Format test
1 parent a1448fd commit bf9f42f

File tree

1 file changed

+2
-1
lines changed
  • test_programs/compile_success_empty/type_path/src

1 file changed

+2
-1
lines changed

test_programs/compile_success_empty/type_path/src/main.nr

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fn main() {
2-
comptime {
2+
comptime
3+
{
34
let foo = quote { Foo }.as_type();
45
quote {
56
$foo::static()

0 commit comments

Comments
 (0)