From 73bd92118e4c5268da54eb9203c0b83b4366c74a Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 3 Nov 2024 10:56:51 +0000 Subject: [PATCH] style: remove trailing whitespace --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 166bf27..3ffe4d4 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -53,7 +53,7 @@ declare namespace fastifyHttpProxy { constraints?: { [name: string]: any }; internalRewriteLocationHeader?: boolean; } - + export const fastifyHttpProxy: FastifyHttpProxy export { fastifyHttpProxy as default } }