mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Disallow trailing whitespace
// FREEBIE
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
message = messages.add({type: 'incoming'});
|
||||
assert.ok(message.isIncoming());
|
||||
});
|
||||
|
||||
|
||||
it('checks if is outgoing message', function() {
|
||||
var messages = new Whisper.MessageCollection();
|
||||
var message = messages.add(attributes);
|
||||
|
||||
Reference in New Issue
Block a user