Skip to content

Commit a88455a

Browse files
committed
fix tslint unnecessary semicolon
1 parent 492324d commit a88455a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/json-schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export var schema = {
148148
"exclusiveMinimum": [ "minimum" ]
149149
},
150150
"default": {}
151-
};
151+
}
152152
/* tslint:enable:quotemark object-literal-key-quotes */
153153

154154
export var configurations = [

0 commit comments

Comments
 (0)