Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-prosser committed Mar 19, 2024
1 parent 9278abb commit d40dc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/commands/get/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod audit_events;
mod buckets;
mod emails;
mod comments;
mod datasets;
mod emails;
mod integrations;
mod projects;
mod quota;
Expand All @@ -18,9 +18,9 @@ use structopt::StructOpt;
use self::{
audit_events::GetAuditEventsArgs,
buckets::GetBucketsArgs,
emails::GetManyEmailsArgs,
comments::{GetManyCommentsArgs, GetSingleCommentArgs},
datasets::GetDatasetsArgs,
emails::GetManyEmailsArgs,
integrations::GetIntegrationsArgs,
projects::GetProjectsArgs,
sources::GetSourcesArgs,
Expand Down

0 comments on commit d40dc7b

Please sign in to comment.