Skip to content

Commit fba5772

Browse files
committed
make cargo-fmt
1 parent 1b17941 commit fba5772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/svc/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl<'a> Svc<'a> {
182182
let svc = high::Svc::load(&implem.lib, &symbol_names)?;
183183
Ok(Self::High { svc })
184184
}
185-
| Instance::Horizon => {
185+
Instance::Horizon => {
186186
let svc = high::Svc::load(&implem.lib, &symbol_names)?;
187187
Ok(Self::High { svc })
188188
}

0 commit comments

Comments
 (0)