From 04bb20419183f67873eb8a4c277d3dbb87f5ea0f Mon Sep 17 00:00:00 2001 From: Joseph Baylon Date: Tue, 1 Dec 2020 09:18:32 -0800 Subject: [PATCH] Fix eol-last lint issues (#4996) --- app/components/post_draft/quick_actions/quick_actions.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +});