Skip to content

Commit

Permalink
style: Align table keys in module export
Browse files Browse the repository at this point in the history
  • Loading branch information
bytexenon committed Jul 5, 2024
1 parent 220589b commit 95d2751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions the-tiny-lua-compiler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2204,8 +2204,8 @@ end

-- Now I'm just exporting everything...
return {
Tokenizer = Tokenizer,
Parser = Parser,
Tokenizer = Tokenizer,
Parser = Parser,
InstructionGenerator = InstructionGenerator,
Compiler = Compiler
Compiler = Compiler
}

0 comments on commit 95d2751

Please sign in to comment.