mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Fix minor style errors
And keep it that way, by making jscs config more opinionated. // FREEBIE
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
sent_at : Date.now(),
|
||||
received_at : Date.now()
|
||||
});
|
||||
message.save().then(done)
|
||||
message.save().then(done);
|
||||
});
|
||||
});
|
||||
after(clearDatabase);
|
||||
|
||||
Reference in New Issue
Block a user