Skip to content

Commit 15db499

Browse files
author
Filipa Lacerda
committed
Runs prettier on changed files
1 parent 0ccacd7 commit 15db499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/javascripts/vue_mr_widget/components/deployment_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ describe('Deployment component', () => {
229229
expect(vm.$el.querySelector('.js-mr-wigdet-deployment-dropdown')).toBeNull();
230230
expect(vm.$el.querySelector('.js-deploy-url-feature-flag')).not.toBeNull();
231231
});
232-
})
232+
});
233233

234234
describe('deployment status', () => {
235235
describe('running', () => {

0 commit comments

Comments
 (0)