Commit b697f78
committed
chore: apply rustfmt import ordering and whitespace cleanup
Reorder imports in websocket.rs to match rustfmt's default sorting
(Connector before tungstenite). Reformat load_averages array assignment
in controller.rs for line length compliance. Remove trailing blank line
in store/refresh.rs.1 parent 08f1664 commit b697f78
File tree
3 files changed
+3
-4
lines changed- crates
- unifly-api/src
- unifly-core/src
- store
3 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1563 | 1563 | | |
1564 | 1564 | | |
1565 | 1565 | | |
1566 | | - | |
1567 | | - | |
| 1566 | + | |
| 1567 | + | |
1568 | 1568 | | |
1569 | 1569 | | |
1570 | 1570 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | 212 | | |
0 commit comments