mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
prettier: ran on all files again, sorry. now settings are defined in package.json
This commit is contained in:
@@ -11,7 +11,6 @@ export class CloudWatchQueryCtrl extends QueryCtrl {
|
||||
/** @ngInject **/
|
||||
constructor($scope, $injector) {
|
||||
super($scope, $injector);
|
||||
this.aliasSyntax =
|
||||
'{{metric}} {{stat}} {{namespace}} {{region}} {{<dimension name>}}';
|
||||
this.aliasSyntax = '{{metric}} {{stat}} {{namespace}} {{region}} {{<dimension name>}}';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user