1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-01 16:32:54 +00:00

refactor: remove obsolete semicolon

This commit is contained in:
2025-05-16 22:46:04 +02:00
parent 830cdb1644
commit 0be25e45bd

View File

@ -261,7 +261,7 @@ fn handle_modify(
None => {
println!("{output}");
}
};
}
Ok(())
}