Skip to content

Commit 5be2770

Browse files
committed
Fix lint error
1 parent 01a9446 commit 5be2770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mode/pascal/pascal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ CodeMirror.defineMode("pascal", function() {
110110
break;
111111
}
112112
}
113-
return "comment";
113+
return "comment";
114114
}
115115

116116
// Interface

0 commit comments

Comments
 (0)