diff --git a/app/components/post_draft/quick_actions/quick_actions.test.js b/app/components/post_draft/quick_actions/quick_actions.test.js index ea39be784a..64fe293753 100644 --- a/app/components/post_draft/quick_actions/quick_actions.test.js +++ b/app/components/post_draft/quick_actions/quick_actions.test.js @@ -24,4 +24,4 @@ describe('QuickActions', () => { expect(wrapper.getElement()).toMatchSnapshot(); }); -}); \ No newline at end of file +});