Przeglądaj źródła

Remove stray semicolon

master
Dylan Baker 5 lat temu
rodzic
commit
380e81044f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/ast.js

+ 1
- 1
src/ast.js Wyświetl plik

@@ -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
+}

Ładowanie…
Anuluj
Zapisz