From bfc8a343b56c79194b780bc1bcdcc9f6c00d823d Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 6 Feb 2024 22:07:49 -0700 Subject: [PATCH] Add missing newline --- foundry-augments.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry-augments.d.ts b/foundry-augments.d.ts index 253df15..7ef9705 100644 --- a/foundry-augments.d.ts +++ b/foundry-augments.d.ts @@ -1,3 +1,3 @@ interface Game { readonly settings: ClientSettings; -} \ No newline at end of file +}