Skip to content

Commit 56f197e

Browse files
committed
Fix spacing for tslint
1 parent 82802ef commit 56f197e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/output/svg/Wrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ CommonWrapper<
257257
const innerRT = [w - width[1], h - width[0]];
258258
const innerLT = [-f + width[3], h - width[0]];
259259
const innerRB = [w - width[1], -d + width[2]];
260-
const innerLB = [-f + width[3],-d + width[2]];
260+
const innerLB = [-f + width[3], -d + width[2]];
261261
const paths: number[][][] = [
262262
[outerLT, outerRT, innerRT, innerLT],
263263
[outerRB, outerRT, innerRT, innerRB],

0 commit comments

Comments
 (0)