From 0b7380ab794c5cb605983c116b90bd257a838cf5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 20 Jan 2025 16:13:19 +0000 Subject: [PATCH] style: auto-formatting [CI] --- src/stack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stack.ts b/src/stack.ts index b007bb85c8..a781d345d2 100644 --- a/src/stack.ts +++ b/src/stack.ts @@ -182,7 +182,7 @@ export function stack(m: Mark | MarkDef, encoding: Encoding): StackPrope // TBD: we should only enter this branch if there's also a "color" and maybe a group channel? const isPolar = isPolarPositionChannel(fieldChannel) || isPolarPositionChannel(dimensionChannel); - if (!hasSameDimensionAndStackedField && (isPolar ? (dimensionChannel === fieldChannel || encoding['color']) : true)) { + if (!hasSameDimensionAndStackedField && (isPolar ? dimensionChannel === fieldChannel || encoding['color'] : true)) { // avoid grouping by the stacked field // TKTK: find out why groupbyChannels.push(dimensionChannel);