From b8fa9e73d9ac336c85860f627a78de77a2c19ba7 Mon Sep 17 00:00:00 2001 From: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> Date: Sun, 24 May 2026 03:34:11 -0500 Subject: [PATCH] format --- ops.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ops.ts b/ops.ts index 60e8353..e747a5c 100644 --- a/ops.ts +++ b/ops.ts @@ -132,11 +132,7 @@ export function pack( ); o += 4; - let alignX = l.alignX === "right" - ? 1 - : l.alignX === "center" - ? 2 - : 0; + let alignX = l.alignX === "right" ? 1 : l.alignX === "center" ? 2 : 0; let alignY = l.alignY === "bottom" ? 1 -- 2.51.2