Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketasaja committed Feb 15, 2025
1 parent 64810b8 commit 5d6222f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zap/src/output/luau/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ pub trait Output {
self.dedent();

self.push_indent();
self.push("}\n");
self.push("}");
}
self.push("\n");
}
},

Expand Down

0 comments on commit 5d6222f

Please sign in to comment.