mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 15:01:16 -03:00
Fix some clipplies
This commit is contained in:
@@ -574,9 +574,9 @@ fn test_convert() {
|
||||
{:4} chars: {}\n
|
||||
Use this seed to reproduce: {}",
|
||||
origin.len(),
|
||||
&bytes2hex(&origin),
|
||||
bytes2hex(&origin),
|
||||
n.len(),
|
||||
&bytes2hex(&n),
|
||||
bytes2hex(&n),
|
||||
seed,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user