Skip to content

Commit 1ec2571

Browse files
committed
fix eslint error
1 parent ee41b36 commit 1ec2571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/converters/space-within-parens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { RuleConverter } from "../converter";
22

33
export const convertSpaceWithinParens: RuleConverter = tslintRule => {
4-
let arg: string = "";
4+
let arg = "";
55
if (tslintRule.ruleArguments.length === 1) {
66
arg = "always";
77
} else {

0 commit comments

Comments
 (0)