Skip to content

Commit 4f84674

Browse files
committed
Merge upstream/main into refactor-frontend-to-use-crux
Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com>
2 parents 188d7ee + 533c985 commit 4f84674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ impl CentrifugoConfig {
171171
#[cfg(any(test, feature = "mock"))]
172172
let binary_path = PathBuf::from("centrifugo_path");
173173
#[cfg(not(any(test, feature = "mock")))]
174-
let binary_path = std::fs::canonicalize("centrifugo")
175-
.context("failed to find centrifugo binary")?;
174+
let binary_path =
175+
std::fs::canonicalize("centrifugo").context("failed to find centrifugo binary")?;
176176

177177
Ok(Self {
178178
port,

0 commit comments

Comments
 (0)