mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 00:41:08 +08:00
added jsdoc-format rule and fixed files that didn't follow new rule (#13107)
This commit is contained in:

committed by
Torkel Ödegaard

parent
944c1da27b
commit
abbb6f933c
@ -31,7 +31,7 @@ export class PostgresQueryCtrl extends QueryCtrl {
|
||||
lastQueryError: string;
|
||||
showHelp: boolean;
|
||||
|
||||
/** @ngInject **/
|
||||
/** @ngInject */
|
||||
constructor($scope, $injector) {
|
||||
super($scope, $injector);
|
||||
|
||||
|
Reference in New Issue
Block a user