Skip to content

Commit 0a0fa6b

Browse files
committed
Minor property order nit
1 parent 08f929a commit 0a0fa6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/optimize/apply-optimization.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ export async function applyOptimization(
5858
ok: true,
5959
data: {
6060
addedCount,
61-
updatedCount,
61+
addedInWorkspaces: state.addedInWorkspaces.size,
6262
pkgJsonChanged,
63+
updatedCount,
6364
updatedInWorkspaces: state.updatedInWorkspaces.size,
64-
addedInWorkspaces: state.addedInWorkspaces.size,
6565
},
6666
}
6767
}

0 commit comments

Comments
 (0)