Skip to content

Commit

Permalink
refactor: fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Dec 6, 2024
1 parent 5071cc2 commit e486ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions cli/src/templates/workspace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ use crate::VERSION;
use heck::ToSnakeCase;

pub fn workspace_manifest() -> String {
format!(
include_str!("workspace.toml.template"),
VERSION = VERSION
)
format!(include_str!("workspace.toml.template"), VERSION = VERSION)
}

pub fn package_json(jest: bool) -> String {
Expand Down
2 changes: 1 addition & 1 deletion crates/bolt-lang/src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pub use anchor_lang;
pub use anchor_lang::prelude::*;
pub use anchor_lang::prelude::*;

0 comments on commit e486ab0

Please sign in to comment.