feat: adjust formatting for clang-format v1.0.19.
This commit is contained in:
@ -143,9 +143,7 @@ export class NgZone {
|
||||
errorHandling = StringMapWrapper.merge(Zone.longStackTraceZone,
|
||||
{onError: function(e) { ngZone._onError(this, e) }});
|
||||
} else {
|
||||
errorHandling = {
|
||||
onError: function(e) { ngZone._onError(this, e) }
|
||||
};
|
||||
errorHandling = {onError: function(e) { ngZone._onError(this, e) }};
|
||||
}
|
||||
|
||||
return zone.fork(errorHandling)
|
||||
|
Reference in New Issue
Block a user