Remove space between key and colon when pretty printing objects
[#4005255]
This commit is contained in:
@@ -111,7 +111,7 @@ getJasmineRequireObj().pp = function(j$) {
|
||||
}
|
||||
|
||||
self.append(property);
|
||||
self.append(' : ');
|
||||
self.append(': ');
|
||||
if (isGetter) {
|
||||
self.append('<getter>');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user