Skip to content

Commit a51108c

Browse files
committed
Ran formatter on example programs
1 parent a5bd0b5 commit a51108c

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

defaults/HelloPy.lf

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
target Python;
1+
target Python
22

33
main reactor {
4-
reaction (startup) {=
5-
print("Hello World!")
6-
=}
7-
}
8-
4+
reaction(startup) {=
5+
print("Hello World!")
6+
=}
7+
}

defaults/HelloRust.lf

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
target Rust;
1+
target Rust
22

33
main reactor {
4-
reaction (startup) {=
5-
println!("Hello World!");
6-
=}
7-
}
8-
4+
reaction(startup) {=
5+
println!("Hello World!");
6+
=}
7+
}

0 commit comments

Comments
 (0)