Skip to content

Commit

Permalink
chore: format grammar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jan 15, 2025
1 parent 4a12a25 commit a0acee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grammar.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const make_grammar = require('./make_grammar');
const make_grammar = require('./make_grammar')

module.exports = make_grammar('gotmpl');
module.exports = make_grammar('gotmpl')

0 comments on commit a0acee2

Please sign in to comment.