remove duplicate semicolon

This commit is contained in:
Leo Balter 2018-12-18 14:45:46 -02:00 committed by Rick Waldron
parent 7a1eed0134
commit 239951c75f
4 changed files with 4 additions and 4 deletions

View File

@ -8,4 +8,4 @@ template: redeclare
---*/
//- body
class f {};
class f {}

View File

@ -8,4 +8,4 @@ template: redeclare
---*/
//- body
const f = 0;
const f = 0

View File

@ -8,4 +8,4 @@ template: redeclare
---*/
//- body
let f;
let f

View File

@ -8,4 +8,4 @@ template: redeclare-allow-var
---*/
//- body
var f;
var f