Browse Source

chore: fmt

tags/v0.3.12-fix
sjfhsjfh 6 months ago
parent
commit
810ae047cf
No known key found for this signature in database GPG Key ID: CA820EAE1C115AED
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      binaries/cli/src/common.rs

+ 3
- 1
binaries/cli/src/common.rs View File

@@ -97,7 +97,9 @@ pub(crate) fn local_working_dir(
)
}

pub(crate) fn cli_and_daemon_on_same_machine(session: &mut TcpRequestReplyConnection) -> eyre::Result<bool> {
pub(crate) fn cli_and_daemon_on_same_machine(
session: &mut TcpRequestReplyConnection,
) -> eyre::Result<bool> {
let reply_raw = session
.request(&serde_json::to_vec(&ControlRequest::CliAndDefaultDaemonOnSameMachine).unwrap())
.wrap_err("failed to send start dataflow message")?;


Loading…
Cancel
Save