Browse Source

tiny code formatting fix

Rafał Pitoń 10 years ago
parent
commit
1e82f7b1df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misago/emberapp/app/initializers/preload-store.js

+ 1 - 0
misago/emberapp/app/initializers/preload-store.js

@@ -2,6 +2,7 @@ import PreloadStore from 'misago/services/preload-store';
 
 export function initialize(container, application) {
   application.register('service:preload-store', PreloadStore, { instantiate: false });
+
   application.inject('route', 'preloadStore', 'service:preload-store');
 }