Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Aug 29, 2024
1 parent 28525c1 commit 1ee54d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions TNLS-Gateways/secret/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stable
newline_style = "unix"
newline_style = "Unix"
hard_tabs = false
tab_spaces = 4

Expand All @@ -12,4 +12,3 @@ tab_spaces = 4
#struct_field_align_threshold = 20
#struct_lit_single_line = true
#report_todo = "Always"

3 changes: 1 addition & 2 deletions TNLS-Gateways/secret/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
//!
//! ## Example Usage
//!
//! ```rust,ignore
//! // TBD
//! ```
//!
//! ### Cargo Features
//!
//! * `contract`: enables init/handle/query exports (default)
//! - use `default-features: false` to use this package as a dependency instead of a contract
pub mod contract;
pub mod msg;
pub mod state;
Expand Down

0 comments on commit 1ee54d6

Please sign in to comment.