Skip to content

Commit 08d0622

Browse files
committed
formatting
1 parent af9395b commit 08d0622

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/fga/utils/fga-paginatable.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import { FGAList } from '../interfaces/list.interface';
33
import { Warning } from '../interfaces/warning.interface';
44
import { PaginationOptions } from '../../common/interfaces';
55

6-
export class FgaPaginatable<T, P extends PaginationOptions = PaginationOptions> extends AutoPaginatable<T, P> {
6+
export class FgaPaginatable<
7+
T,
8+
P extends PaginationOptions = PaginationOptions,
9+
> extends AutoPaginatable<T, P> {
710
protected override list: FGAList<T>;
811

912
constructor(

0 commit comments

Comments
 (0)