Skip to content

Commit 24c4c6b

Browse files
hanbu97claude
andcommitted
style: apply cargo fmt formatting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 78b93e6 commit 24c4c6b

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

Cargo.lock

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

src/pipeline.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,10 +1320,7 @@ struct TopFrameState<'a> {
13201320
merge_projects: bool,
13211321
}
13221322

1323-
fn render_top_frame(
1324-
session: &mut BlocksLiveSession,
1325-
state: &TopFrameState<'_>,
1326-
) -> Result<()> {
1323+
fn render_top_frame(session: &mut BlocksLiveSession, state: &TopFrameState<'_>) -> Result<()> {
13271324
let TopFrameState {
13281325
sessions,
13291326
rates,

0 commit comments

Comments
 (0)