Delete trailing whitespace

This commit is contained in:
Marijn Haverbeke 2022-07-01 07:53:51 +02:00
parent 2e50c90658
commit 52dc64004c
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
return {
startState: function () { return { f: normal() }; },
copyState: function (s) { return { f: s.f }; },
lineComment: '--',
token: function(stream, state) {