From 26f41aeb7893bb52c565ab86b573ce431a911439 Mon Sep 17 00:00:00 2001 From: RB Date: Sun, 8 Sep 2019 20:02:50 +0200 Subject: [PATCH] remove trailing spaces --- config.js | 2 +- src/utils/get-icon.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 854bac7..a099bf3 100644 --- a/config.js +++ b/config.js @@ -44,4 +44,4 @@ module.exports = { codepen: '#' } } -}; +}; \ No newline at end of file diff --git a/src/utils/get-icon.test.js b/src/utils/get-icon.test.js index 9e3801e..abadc98 100644 --- a/src/utils/get-icon.test.js +++ b/src/utils/get-icon.test.js @@ -16,4 +16,4 @@ test('getIcon', () => { expect(getIcon('gitlab')).toEqual(ICONS.GITLAB); expect(getIcon('weibo')).toEqual(ICONS.WEIBO); expect(getIcon('codepen')).toEqual(ICONS.CODEPEN); -}); +}); \ No newline at end of file