Skip to content

Commit 08944ff

Browse files
author
p01
committed
minor reformatting
1 parent a7e74dd commit 08944ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/resource-manager/resource_service.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ cls.ResourceManagerService = function(view)
187187
}
188188

189189
this._res_service = window.services['resource-manager'];
190-
191190
this._res_service.addListener("urlload", this._on_urlload_bound);
192191
this._res_service.addListener("response", this._on_response_bound);
193192
this._res_service.addListener("urlredirect", this._on_urlredirect_bound);
@@ -219,8 +218,9 @@ cls.ResourceManagerService = function(view)
219218
return null;
220219

221220
var id = this._context.resourcesUrlDict[url];
222-
if (id===undefined){ return null; }
223-
221+
if (id===undefined)
222+
return null;
223+
224224
return this.get_resource(id);
225225
};
226226

0 commit comments

Comments
 (0)