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", +);