Skip to content

Commit df9c5fb

Browse files
committed
Fixed test / example formatting
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
1 parent 13dae18 commit df9c5fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
bundle agent main { reports: "Hello, world!"; }
1+
bundle agent main
2+
{
3+
reports:
4+
"Hello, world!";
5+
}
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
bundle agent main
2-
{
3-
reports:
4-
"Hello, world!";
5-
}
1+
bundle agent main {reports:"Hello, world!";}

0 commit comments

Comments
 (0)