mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user