remove trailing spaces

This commit is contained in:
RB 2019-09-08 20:02:50 +02:00
parent 98293a2200
commit 26f41aeb78
2 changed files with 2 additions and 2 deletions

View File

@ -44,4 +44,4 @@ module.exports = {
codepen: '#'
}
}
};
};

View File

@ -16,4 +16,4 @@ test('getIcon', () => {
expect(getIcon('gitlab')).toEqual(ICONS.GITLAB);
expect(getIcon('weibo')).toEqual(ICONS.WEIBO);
expect(getIcon('codepen')).toEqual(ICONS.CODEPEN);
});
});