Skip to content

Commit 8a4b4a2

Browse files
committed
revert: remove column property
1 parent 7474b85 commit 8a4b4a2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/lib/rules/func-call-spacing.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ tester.run('func-call-spacing', rule, {
6161
errors: [
6262
{
6363
message: 'Unexpected whitespace between function name and paren.',
64-
line: 3,
65-
column: 20
64+
line: 3
6665
}
6766
]
6867
},
@@ -81,8 +80,7 @@ tester.run('func-call-spacing', rule, {
8180
errors: [
8281
{
8382
message: 'Missing space between function name and paren.',
84-
line: 3,
85-
column: 20
83+
line: 3
8684
}
8785
]
8886
},
@@ -104,8 +102,7 @@ tester.run('func-call-spacing', rule, {
104102
errors: [
105103
{
106104
message: 'Unexpected whitespace between function name and paren.',
107-
line: 4,
108-
column: 24
105+
line: 4
109106
}
110107
]
111108
}

0 commit comments

Comments
 (0)