Browse Source

Remove stray semicolon

master
Dylan Baker 5 years ago
parent
commit
380e81044f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ast.js

+ 1
- 1
src/ast.js View File

@@ -20,4 +20,4 @@ module.exports = {
20 20
   Number: class Number extends Node {},
21 21
   String: class String extends Node {},
22 22
   Symbol: class Symbol extends Node {},
23
-};
23
+}

Loading…
Cancel
Save