Format
This commit is contained in:
parent
8ec3ab3338
commit
b5e854521f
@ -381,9 +381,9 @@ fn parse_arguments(args: &[String]) -> Result<(Register, Operation, Register), K
|
||||
Register::Caret,
|
||||
))
|
||||
}
|
||||
_ => Err(KakError::Custom(
|
||||
format!("Invalid arguments to set command: {args:?}"),
|
||||
)),
|
||||
_ => Err(KakError::Custom(format!(
|
||||
"Invalid arguments to set command: {args:?}"
|
||||
))),
|
||||
}?;
|
||||
|
||||
if left_register == right_register {
|
||||
|
Loading…
Reference in New Issue
Block a user