Skip to content

Commit 03c9b38

Browse files
committed
PR9798: fix indent error
1 parent 6d8c471 commit 03c9b38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/tests/unit/components/view/ActionButton.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jest.mock('@/vue-app', () => ({
2828
$localStorage: {
2929
set: jest.fn((key, value) => {}),
3030
get: jest.fn((key) => {
31-
return null
31+
return null
3232
})
3333
}
3434
}

ui/tests/unit/views/compute/MigrateWizard.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jest.mock('@/vue-app', () => ({
2828
$localStorage: {
2929
set: jest.fn((key, value) => {}),
3030
get: jest.fn((key) => {
31-
return null
31+
return null
3232
})
3333
}
3434
}

0 commit comments

Comments
 (0)