Cleanup: whitespace

This commit is contained in:
Elliot Nelson
2019-05-18 08:10:11 -04:00
parent e04d3d8a62
commit 1e855aa9b8
8 changed files with 13 additions and 13 deletions

View File

@@ -113,7 +113,7 @@ getJasmineRequireObj().pp = function(j$) {
}
this.format(array[i]);
}
if(array.length > length){
if(array.length > length) {
this.append(', ...');
}
@@ -153,7 +153,7 @@ getJasmineRequireObj().pp = function(j$) {
i++;
}, this );
if (set.size > size){
if (set.size > size) {
this.append(', ...');
}
this.append(' )');
@@ -178,7 +178,7 @@ getJasmineRequireObj().pp = function(j$) {
i++;
}, this );
if (map.size > size){
if (map.size > size) {
this.append(', ...');
}
this.append(' )');