Skip to content

Commit 1430907

Browse files
committed
sigh lint
1 parent 9c22195 commit 1430907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ ${e.message}
829829
for (const item of items.syntheticHandles) {
830830
const handle = recipe.newHandle();
831831
handle.fate = 'join';
832-
832+
833833
if (item.name) {
834834
assert(!items.byName.has(item.name), `duplicate handle name: ${item.name}`);
835835
handle.localName = item.name;

0 commit comments

Comments
 (0)