Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nyospe committed Feb 5, 2024
1 parent 8e9a91e commit e8ff75e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ use snafu::{ResultExt, Snafu};
use tagged_base64::TaggedBase64;
use tide_disco::{api::ApiError, method::ReadState, Api, RequestError, StatusCode};

use crate::{
api::load_api,
data_source::BuilderDataSource,
};
use crate::{api::load_api, data_source::BuilderDataSource};

#[derive(Args, Default)]
pub struct Options {
Expand Down

0 comments on commit e8ff75e

Please sign in to comment.