mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-07 15:31:14 -03:00
Remove an errant {} from a FLOG
This commit is contained in:
@@ -362,7 +362,7 @@ fn readb(in_fd: RawFd, blocking: bool) -> ReadbResult {
|
||||
// The terminal has been closed.
|
||||
return ReadbResult::Eof;
|
||||
}
|
||||
FLOG!(reader, "Read byte {}", arr[0]);
|
||||
FLOG!(reader, "Read byte", arr[0]);
|
||||
// The common path is to return a u8.
|
||||
return ReadbResult::Byte(arr[0]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user