Skip to content

Commit

Permalink
fix: fmting
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Sep 27, 2024
1 parent bdee0c0 commit 4c67b6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ imports_granularity = "Crate"
imports_layout = "HorizontalVertical"
reorder_impl_items = true
struct_field_align_threshold = 120
version = "Two"
style_edition = "2021"
wrap_comments = true
2 changes: 1 addition & 1 deletion src/msgs/data_requests/sudo_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use serde_json::json;

#[cfg(feature = "cosmwasm")]
use super::Bytes;
use super::{DataResult, SudoMsg, sudo::*};
use super::{sudo::*, DataResult, SudoMsg};
use crate::msgs::*;

#[test]
Expand Down
2 changes: 1 addition & 1 deletion src/msgs/data_requests/types.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[cfg(not(feature = "cosmwasm"))]
use base64::{Engine, prelude::BASE64_STANDARD};
use base64::{prelude::BASE64_STANDARD, Engine};
#[cfg(feature = "cosmwasm")]
use cw_storage_plus::{Key, Prefixer, PrimaryKey};
use semver::Version;
Expand Down

0 comments on commit 4c67b6d

Please sign in to comment.