Fix format

This commit is contained in:
Aviv Palivoda
2019-10-17 23:38:52 +03:00
parent 4376993f83
commit ea5381db10

View File

@@ -1380,9 +1380,7 @@ fn try_update_quantity_from_tuple(
Ok(tuple_index)
}
}
None => {
Err(vm.new_type_error("not enough arguments for format string".to_string()))
}
None => Err(vm.new_type_error("not enough arguments for format string".to_string())),
}
}
_ => Ok(tuple_index),