Skip to content

Commit

Permalink
Accidentally a cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Nov 28, 2023
1 parent 5a5a02a commit 649eba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/db-queries/src/db/datastore/external_ip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ impl DataStore {
pagparams: &PaginatedBy<'_>,
) -> ListResultVec<FloatingIp> {
use db::schema::floating_ip::dsl;

opctx.authorize(authz::Action::ListChildren, authz_project).await?;

match pagparams {
Expand Down

0 comments on commit 649eba7

Please sign in to comment.