Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Mar 16, 2022
1 parent 11b2156 commit 1fdab02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nexus/src/nexus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2354,8 +2354,7 @@ impl Nexus {
router_name,
)
.await?;
self
.db_datastore
self.db_datastore
.vpc_update_router(opctx, &authz_router, params.clone().into())
.await
}
Expand Down

0 comments on commit 1fdab02

Please sign in to comment.