Skip to content
Snippets Groups Projects
Commit aa0b2496 authored by Michael Zhou's avatar Michael Zhou Committed by Marijn Haverbeke
Browse files

[properties mode] Use empty block instead of empty statement

This eliminates a warning from Closure Compiler.
parent c3d22466
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ CodeMirror.defineMode("properties", function() {
}
if (sol) {
while(stream.eatSpace());
while(stream.eatSpace()) {}
}
var ch = stream.next();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment