Merge branch 'enelson/src-cleanup-2' of https://github.com/elliot-nelson/jasmine into elliot-nelson-enelson/src-cleanup-2

- Merges #1708 from @elliot-nelson
This commit is contained in:
Gregg Van Hove
2019-05-21 17:44:48 -07:00
19 changed files with 46 additions and 90 deletions

View File

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