Skip to content

Commit 8d86567

Browse files
committed
Add missing Cargo.lock entries & formatting
* Add missing entries from last change into Cargo.lock files in both rs-bindings and chipmunk CLI tool. * Fix formatting on development CLI.
1 parent f6e2f23 commit 8d86567

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

application/apps/rustcore/rs-bindings/Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/chipmunk-cli/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/development-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,4 @@ async fn ensure_electron_sandbox() -> anyhow::Result<()> {
366366
#[cfg(not(target_os = "linux"))]
367367
async fn ensure_electron_sandbox() -> anyhow::Result<()> {
368368
Ok(())
369-
}
369+
}

0 commit comments

Comments
 (0)