added jsdoc-format rule and fixed files that didn't follow new rule (#13107)

This commit is contained in:
Patrick O'Carroll
2018-08-31 16:40:43 +02:00
committed by Torkel Ödegaard
parent 944c1da27b
commit abbb6f933c
54 changed files with 59 additions and 58 deletions

View File

@ -6,7 +6,7 @@ class PostgresConfigCtrl {
current: any;
/** @ngInject **/
/** @ngInject */
constructor($scope) {
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'verify-full';
}
@ -27,7 +27,7 @@ class PostgresAnnotationsQueryCtrl {
annotation: any;
/** @ngInject **/
/** @ngInject */
constructor() {
this.annotation.rawQuery = this.annotation.rawQuery || defaultQuery;
}