Skip to content

Commit be55d60

Browse files
committed
Ran formatter
1 parent 92ec81e commit be55d60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/theme-check-common/src/checks/liquid-free-settings

packages/theme-check-common/src/checks/liquid-free-settings/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ function isLiteralNode(node: JSONNode): node is LiteralNode {
7474
}
7575

7676
function isLiquidType(ancestors: JSONNode[]): boolean {
77-
const parentJsonNode = ancestors.at(-1)
78-
77+
const parentJsonNode = ancestors.at(-1);
78+
7979
if (!parentJsonNode || parentJsonNode.type !== 'Object') {
8080
return false;
8181
}

0 commit comments

Comments
 (0)