Skip to content

Commit d6e7e1b

Browse files
committed
fmt
1 parent e417fc4 commit d6e7e1b

File tree

1 file changed

+1
-5
lines changed
  • nexus/db-queries/src/db/datastore

1 file changed

+1
-5
lines changed

nexus/db-queries/src/db/datastore/sled.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5765,11 +5765,7 @@ pub(in crate::db::datastore) mod test {
57655765
.expect("disk must exist");
57665766

57675767
datastore
5768-
.instance_detach_disk(
5769-
&opctx,
5770-
&authz_instance,
5771-
&authz_disk,
5772-
)
5768+
.instance_detach_disk(&opctx, &authz_instance, &authz_disk)
57735769
.await
57745770
.unwrap();
57755771

0 commit comments

Comments
 (0)