Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKnauth committed Mar 21, 2024
1 parent e5e4ff9 commit 627741b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ unsafe extern "C" fn settings_list_modified(
obs_properties_get(props, SETTINGS_AUTO_SPLITTER_SETTINGS_FILE_SELECT);
let mut choice_properties = HashMap::new();
for options in state.settings_choices.iter() {
let name = auto_splitter_settings_choice(&options);
let name = auto_splitter_settings_choice(options);
let choice_property = obs_properties_get(props, name.as_ptr());
choice_properties.insert(options.clone(), choice_property);
}
Expand Down

0 comments on commit 627741b

Please sign in to comment.