From 926f862eeef5f29736df1236631f895305b1e67a Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Sat, 16 Sep 2023 11:18:43 -0500 Subject: [PATCH] Prettier CLI is being sus --- src/viewer.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/viewer.ts b/src/viewer.ts index d545c2f..b84516b 100644 --- a/src/viewer.ts +++ b/src/viewer.ts @@ -161,11 +161,11 @@ export interface SkinViewerOptions { * @defaultValue If unspecified, the ears will be invisible. */ ears?: - | "current-skin" - | { - textureType: "standalone" | "skin"; - source: RemoteImage | TextureSource; - }; + | "current-skin" + | { + textureType: "standalone" | "skin"; + source: RemoteImage | TextureSource; + }; /** * Whether to preserve the buffers until manually cleared or overwritten.