Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 92d855b

Browse files
committed
chore: formatting
1 parent 091f44e commit 92d855b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: zone.js

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ Zone.patchProperty = function (obj, prop) {
162162
this.removeEventListener(eventName, this[_prop]);
163163
}
164164

165-
166165
if (typeof fn === 'function') {
167166
this[_prop] = fn;
168167
this.addEventListener(eventName, fn, false);

0 commit comments

Comments
 (0)