Skip to content

Commit 0b8ab0a

Browse files
prettier
1 parent 1c59fc9 commit 0b8ab0a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/itwin/tree-widget/src/test/trees/models-tree/ModelsTreeFiltering.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,6 @@ describe("Models tree", () => {
12221222
parentKeys: getGroupingNodeParentKeys([adjustedModelKey(model), category]),
12231223
});
12241224

1225-
12261225
const physicalElementGroupingNode = createClassGroupingHierarchyNode({
12271226
className: physicalElement1.className,
12281227
modelId: model.id,

packages/itwin/tree-widget/src/test/trees/models-tree/Utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@ export function getGroupingNodeParentKeys(
226226
instanceKeys: [key],
227227
};
228228
});
229-
};
229+
}

0 commit comments

Comments
 (0)