Skip to content

Commit e61bcf5

Browse files
Clippy again
1 parent a7cbda9 commit e61bcf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/runner.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ pub async fn run_cli() -> Result<()> {
480480
.await
481481
.context("Unable to load Profile Colours")?;
482482
}
483-
ProfileAction::Save {} => {
483+
ProfileAction::Save => {
484484
client
485485
.command(&serial, GoXLRCommand::SaveProfile())
486486
.await
@@ -524,7 +524,7 @@ pub async fn run_cli() -> Result<()> {
524524
ProfileAction::LoadColours { .. } => {
525525
return Err(anyhow!("Not supported for Microphone"));
526526
}
527-
ProfileAction::Save {} => {
527+
ProfileAction::Save => {
528528
client
529529
.command(&serial, GoXLRCommand::SaveMicProfile())
530530
.await

0 commit comments

Comments
 (0)