mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Fix minor style errors
And keep it that way, by making jscs config more opinionated. // FREEBIE
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
describe('ListView', function() {
|
||||
var collection;
|
||||
|
||||
beforeEach(function(){
|
||||
beforeEach(function() {
|
||||
collection = new Backbone.Collection();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user