Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit 2eb44ba

Browse files
committed
removed spaces
1 parent 407d1bd commit 2eb44ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/events.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ const handlePlusEqual = async( item, operation, channel ) => {
6969
return slack.sendMessage( message, channel );
7070
};
7171

72-
7372
/**
7473
* Sends a random thank you message to the requesting channel.
7574
*

src/messages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ const getRandomMessage = ( operation, item, score = 0 ) => {
116116
case operations.SELF:
117117
format = '<item> <message>';
118118
break;
119-
120-
case operations.EQUAL:
119+
120+
case operations.EQUAL:
121121
format = '<message> *<item>* currently at <score> point<plural>.';
122122
break;
123123

0 commit comments

Comments
 (0)