Format
This commit is contained in:
parent
9d982a2723
commit
fe3f10387c
@ -69,7 +69,6 @@ pub fn set(options: &Options) -> Result<String, KakError> {
|
||||
// Get the actual operation we are performing
|
||||
let (left_register, operation, right_register) = parse_arguments(&options.args[..])?;
|
||||
|
||||
|
||||
// Get the selections for the left register and the right register, depending on the arguments
|
||||
// Underscore is a special case. We will treat it as the current selection
|
||||
let (left_selections, right_selections) = match (&left_register, &right_register) {
|
||||
|
Loading…
Reference in New Issue
Block a user