Skip to content
Snippets Groups Projects
Commit 239951c7 authored by Leo Balter's avatar Leo Balter Committed by Rick Waldron
Browse files

remove duplicate semicolon

parent 7a1eed01
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ template: redeclare
---*/
//- body
class f {};
class f {}
......@@ -8,4 +8,4 @@ template: redeclare
---*/
//- body
const f = 0;
const f = 0
......@@ -8,4 +8,4 @@ template: redeclare
---*/
//- body
let f;
let f
......@@ -8,4 +8,4 @@ template: redeclare-allow-var
---*/
//- body
var f;
var f
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