Skip to content

Commit 22c121f

Browse files
committed
lint this bad indent
1 parent eeead0f commit 22c121f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__tests__/routes_mounted.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('Check to see that all /v1/api/ route patterns exist.', () => {
120120
expect(exists).toBe(true)
121121
})
122122

123-
it('/v1/api/bulkUpdate -- mounted ', () => {
123+
it('/v1/api/bulkUpdate -- mounted ', () => {
124124
let exists = false
125125
for (const middleware of api_stack) {
126126
if (middleware.regexp

0 commit comments

Comments
 (0)