Commit 8c68339
⚡ Bolt: Fix formatting to pass CI
💡 What:
- Run `cargo fmt` to fix code formatting in `src/parser.rs` and `src/value.rs` which were causing the `cargo fmt -- --check` CI action to fail.
🎯 Why:
The previous commit included changes that were auto-formatted by `cargo clippy --fix`, leading to style violations that resulted in CI pipeline failures.
📊 Impact:
- Restores passing CI builds.
🔬 Measurement:
- Locally ran `cargo fmt -- --check` which now succeeds.
Co-authored-by: ashyanSpada <22587148+ashyanSpada@users.noreply.github.com>1 parent 183b3aa commit 8c68339
2 files changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
421 | | - | |
422 | | - | |
| 420 | + | |
423 | 421 | | |
424 | 422 | | |
425 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 109 | + | |
113 | 110 | | |
114 | 111 | | |
115 | 112 | | |
| |||
0 commit comments