Skip to content

Commit f2a5899

Browse files
committed
remove the extraneous whitespace
1 parent 1cb39af commit f2a5899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/services/asset-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default Ember.Service.extend({
8080
if (cachedPromise) {
8181
return cachedPromise;
8282
}
83-
83+
8484
const bundle = this._getBundle(name);
8585

8686
const dependencies = bundle.dependencies || [];

0 commit comments

Comments
 (0)