Fix indentation

pull/21833/head
Luke Barnard 2017-06-28 10:32:46 +01:00
parent 907aaebe2f
commit f4db765239
1 changed files with 9 additions and 9 deletions

View File

@ -38,15 +38,15 @@ const emojiDataWithEmojiOneSupport = EmojiData.filter((a) => {
const LIMIT = 20;
const CATEGORY_ORDER = [
'People',
'Foods',
'Objects',
'Activity',
'Skin Tones',
'Nature',
'Places',
'Flags',
'Symbols',
'People',
'Foods',
'Objects',
'Activity',
'Skin Tones',
'Nature',
'Places',
'Flags',
'Symbols',
];
const EMOJI_REGEX = /:\w*:?/g;