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:
@@ -25,7 +25,9 @@ describe('TimestampView', function() {
|
||||
|
||||
// Helper to check an absolute TS for an exact match against both views
|
||||
var checkAbs = function(ts, expected_brief, expected_ext) {
|
||||
if (!expected_ext) expected_ext = expected_brief;
|
||||
if (!expected_ext) {
|
||||
expected_ext = expected_brief;
|
||||
}
|
||||
check(brief_view, ts, expected_brief);
|
||||
check(ext_view, ts, expected_ext);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user