ESLint: fix indentation

This commit is contained in:
Yury Bondarenko
2023-06-27 16:14:46 +02:00
parent b505cbc690
commit 0690a201dc
410 changed files with 3488 additions and 3488 deletions

View File

@@ -251,14 +251,14 @@ export class ObjectGridComponent implements OnInit {
* Go to the previous page
*/
goPrev() {
this.prev.emit(true);
this.prev.emit(true);
}
/**
/**
* Go to the next page
*/
goNext() {
this.next.emit(true);
this.next.emit(true);
}
}