Skip to content

Commit e186490

Browse files
committed
ci: make cargo fmt happy
1 parent 370a778 commit e186490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/service/src/service.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ pub async fn run() -> anyhow::Result<()> {
142142
Err(e) => {
143143
anyhow::bail!(
144144
"Failed to detect Horizon contracts due to network/subgraph error: {}. \
145-
Cannot start with Horizon enabled when network status is unknown.", e
145+
Cannot start with Horizon enabled when network status is unknown.",
146+
e
146147
);
147148
}
148149
}

0 commit comments

Comments
 (0)