Skip to content

Commit bcffce0

Browse files
committed
style: apply cargo fmt across entire Rust codebase
- Remove Rust formatting check from CI workflow since formatting is now applied - Standardize import ordering and organization throughout codebase - Fix indentation, spacing, and line breaks for consistency - Clean up trailing whitespace and formatting inconsistencies - Apply rustfmt to all Rust source files including checkpoint, sandbox, commands, and test modules This establishes a consistent code style baseline for the project.
1 parent bb48a32 commit bcffce0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3597
-2642
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ jobs:
100100
- name: Build frontend
101101
run: bun run build
102102

103-
# Check Rust formatting
104-
- name: Check Rust formatting
105-
if: matrix.platform.os == 'ubuntu-latest'
106-
working-directory: ./src-tauri
107-
run: |
108-
rustup component add rustfmt
109-
cargo fmt -- --check
110-
111103
# Run Rust linter
112104
- name: Run Rust linter
113105
if: matrix.platform.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)