Skip to content

Commit 06ad44a

Browse files
authored
style: remove trailing whitespace (#185)
1 parent 9ec7a0a commit 06ad44a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ declare namespace fastifyPostgres {
5050
export function transact<TResult>(
5151
fn: (client: Pg.PoolClient) => Promise<TResult>
5252
): Promise<TResult>;
53-
53+
5454
export function transact<TResult>(
5555
fn: (client: Pg.PoolClient) => Promise<TResult>,
5656
cb: (error: Error | null, result?: TResult) => void
5757
): void;
58-
58+
5959
export const fastifyPostgres: FastifyPostgres
6060
export { fastifyPostgres as default }
6161
}

0 commit comments

Comments
 (0)