Skip to content

Commit cd5cddd

Browse files
committed
cargo fmt
1 parent 8213637 commit cd5cddd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

adview-manager/src/manager.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,7 @@ impl Manager {
257257
.collect::<Vec<_>>()
258258
.join("&");
259259

260-
let first_validator = self
261-
.options
262-
.validators
263-
.get(0)
264-
.ok_or(Error::NoValidators)?;
260+
let first_validator = self.options.validators.get(0).ok_or(Error::NoValidators)?;
265261

266262
let url = first_validator
267263
.join(&format!(

0 commit comments

Comments
 (0)