Skip to content

Commit

Permalink
style: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 3, 2024
1 parent 2881c9f commit 73bd921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ declare namespace fastifyHttpProxy {
constraints?: { [name: string]: any };
internalRewriteLocationHeader?: boolean;
}

export const fastifyHttpProxy: FastifyHttpProxy
export { fastifyHttpProxy as default }
}
Expand Down

0 comments on commit 73bd921

Please sign in to comment.