Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Mar 30, 2021
1 parent b8745ec commit d91a937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/infrastructure/ui/header_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2123,7 +2123,7 @@ fn edit_fx_id(fx_id: &FxId) -> Result<FxId, EditFxIdError> {
"ReaLearn",
1,
"FX file name,separator=;,extrawidth=80",
format!("{}", fx_id.file_name(),),
fx_id.file_name(),
512,
)
.ok_or(EditFxIdError::Cancelled)?;
Expand Down

0 comments on commit d91a937

Please sign in to comment.