fmt: format tracing macro calls (#6776)

This commit is contained in:
DaniPopes
2024-02-24 12:58:01 +02:00
committed by GitHub
parent 5cb0258ce4
commit 6890e02310
20 changed files with 57 additions and 57 deletions

View File

@ -100,7 +100,7 @@ where
stop_handle: StopHandle,
on_ready: oneshot::Sender<Result<(), String>>,
) -> io::Result<()> {
trace!( endpoint = ?self.endpoint.path(), "starting ipc server");
trace!(endpoint = ?self.endpoint.path(), "starting ipc server");
if cfg!(unix) {
// ensure the file does not exist