mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 23:05:07 +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
@ -6,7 +6,7 @@ export class PostgresDatasource {
|
||||
name: any;
|
||||
responseParser: ResponseParser;
|
||||
|
||||
/** @ngInject **/
|
||||
/** @ngInject */
|
||||
constructor(instanceSettings, private backendSrv, private $q, private templateSrv) {
|
||||
this.name = instanceSettings.name;
|
||||
this.id = instanceSettings.id;
|
||||
|
Reference in New Issue
Block a user