Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Oct 23, 2024
1 parent 3f2a44f commit e343523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psst-gui/src/ui/credits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub fn credits_widget() -> impl Widget<AppState> {
)
.padding(theme::grid(2.0))
},
|| utils::spinner_widget(),
utils::spinner_widget,
)
.lens(AppState::credits)
.controller(CreditsController),
Expand Down

0 comments on commit e343523

Please sign in to comment.