Skip to content

Commit 81c562f

Browse files
committed
chore: fmt
1 parent 0418fdf commit 81c562f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

iroh-willow/src/store/auth.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ impl<S: Storage> Auth<S> {
236236
} else {
237237
None
238238
};
239-
let pack =
240-
CapabilityPack::Read(ReadAuthorisation::new(new_read_cap, new_subspace_cap));
239+
let pack = CapabilityPack::Read(ReadAuthorisation::new(new_read_cap, new_subspace_cap));
241240
Ok(pack)
242241
}
243242

0 commit comments

Comments
 (0)