Skip to content

Commit 9de4250

Browse files
committed
code cleansing
1 parent 490d576 commit 9de4250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/tone-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ToneUtils.prototype = {
4141
// Function that checks the payload and determines
4242
// whether it is JSON or a Buffer
4343
checkPayload: function(payload) {
44-
var message = null;
44+
var message = null,
4545
isJSON = this.isJsonString(payload) || this.isJsonObject(payload);
4646

4747
// Payload (text to be analysed) must be a string (content is either raw string or Buffer)

0 commit comments

Comments
 (0)