Skip to content

Commit aaf050e

Browse files
authored
lint
1 parent a2e95c7 commit aaf050e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/table-sort.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('table sorting', () => {
119119
sortCompare: (a, b, sortBy) => {
120120
// We just use our default sort compare to test passing a function
121121
return defaultSortCompare(a, b, sortBy)
122-
})
122+
}
123123
}
124124
})
125125
expect(wrapper).toBeDefined()

0 commit comments

Comments
 (0)