From 9130f87c8630615c723b58119e6e35748fe58d6f Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 4 Jun 2024 12:43:10 -0400 Subject: [PATCH] fmt --- protocol/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/index.ts b/protocol/index.ts index 7b79e82f1..2ba859951 100644 --- a/protocol/index.ts +++ b/protocol/index.ts @@ -765,4 +765,4 @@ export type ArcjetContext = { key: string; fingerprint: string; log: ArcjetLogger; -} +};