Cleanup: whitespace
This commit is contained in:
@@ -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(' )');
|
||||
|
||||
Reference in New Issue
Block a user