Skip to content

Commit

Permalink
jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Oct 23, 2018
1 parent d2a2058 commit d4960f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluorine_renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ function make_renderer() {
contents = contents.trim();

if (contents[contents.length - 1] === ",") {
contents = contents.slice(0, contents.length - 1) + "]"
contents = contents.slice(0, contents.length - 1) + "]";
} else {
contents += "]"
contents += "]";
}

try {
Expand Down

0 comments on commit d4960f3

Please sign in to comment.