From 6dcc0c08139aedda031db2de0635130fc557ed56 Mon Sep 17 00:00:00 2001 From: Alix von Schirp Date: Mon, 10 Mar 2025 08:35:25 +0100 Subject: [PATCH] Testing previous commit --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.ts b/src/index.ts index 379721c..777ada8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -105,3 +105,7 @@ export type User = { token: string; devices: string[]; }; + +console.log( + "this is indented obnoxiously far and has no semi at the end. (testing previous commits", +);