Browse Source

style: whitespace

tags/v0.3.12-fix
sjfhsjfh 6 months ago
parent
commit
6119b36edb
No known key found for this signature in database GPG Key ID: CA820EAE1C115AED
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      binaries/cli/src/command/build/distributed.rs
  2. +1
    -1
      binaries/cli/src/command/build/local.rs

+ 1
- 1
binaries/cli/src/command/build/distributed.rs View File

@@ -104,4 +104,4 @@ pub fn wait_until_dataflow_built(
ControlRequestReply::Error(err) => bail!("{err}"),
other => bail!("unexpected start dataflow reply: {other:?}"),
}
}
}

+ 1
- 1
binaries/cli/src/command/build/local.rs View File

@@ -118,4 +118,4 @@ impl BuildLogger for LocalBuildLogger {
node_id: self.node_id.clone(),
})
}
}
}

Loading…
Cancel
Save