Skip to content

Commit eab0536

Browse files
committed
chore: format
1 parent 3d94a81 commit eab0536

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

examples/command-palette.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@ export function CommandPaletteExample() {
159159
return (
160160
<section>
161161
<p>
162-
<strong>Command palette</strong>: setup-owned keyboard shortcuts, computed getters,
163-
tracked queries with args, typed events, nested sigma state, and a mutable custom class
164-
instance.
162+
<strong>Command palette</strong>: setup-owned keyboard shortcuts, computed getters, tracked
163+
queries with args, typed events, nested sigma state, and a mutable custom class instance.
165164
</p>
166165

167166
<label>

tests/framework.test-d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ test("sigma infers public state from the two-step declaration", () => {
150150
label: string;
151151
};
152152
}> => ({
153-
count: 1,
154-
nested: {
155-
label: "cache",
156-
},
157-
});
153+
count: 1,
154+
nested: {
155+
label: "cache",
156+
},
157+
});
158158

159159
type RefCache = ReturnType<typeof createRefCache>;
160160

0 commit comments

Comments
 (0)