Prettier had not been running as a precommit hook for some time so had to run in on all files again

This commit is contained in:
Torkel Ödegaard
2019-02-13 11:14:53 +01:00
parent 3b0ae4bd0a
commit cfea8bdcae
132 changed files with 1991 additions and 1690 deletions

View File

@@ -16,13 +16,7 @@ function WrapInProvider(store, Component, props) {
}
/** @ngInject */
export function reactContainer(
$route,
$location,
$injector,
$rootScope,
contextSrv: ContextSrv
) {
export function reactContainer($route, $location, $injector, $rootScope, contextSrv: ContextSrv) {
return {
restrict: 'E',
template: '',