Skip to content
Snippets Groups Projects
Commit 49bfe07b authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

fix: lint error

parent 0dad8fa6
No related branches found
No related tags found
No related merge requests found
...@@ -12,4 +12,4 @@ export class NotificationHelper { ...@@ -12,4 +12,4 @@ export class NotificationHelper {
} }
return {}; return {};
} }
} }
\ No newline at end of file
...@@ -162,4 +162,4 @@ export abstract class SharedAbstractFormPresentational<TResource extends BaseRes ...@@ -162,4 +162,4 @@ export abstract class SharedAbstractFormPresentational<TResource extends BaseRes
checkAvailableMultiple(...keys: string[]): void { checkAvailableMultiple(...keys: string[]): void {
this._checkAvailableBS.next({keys: keys, form: this.form, changeDetector: this._changeDetectorRef}); this._checkAvailableBS.next({keys: keys, form: this.form, changeDetector: this._changeDetectorRef});
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment