Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Jan 17, 2025
1 parent fceeb04 commit 82354dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/src/bin/program_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct ExecutorArgs {
}

fn main() {
let args = ExecutorArgs::parse();
let _args = ExecutorArgs::parse();
// 1. get the exe from program dir
println!("Hello, world!");
}

0 comments on commit 82354dd

Please sign in to comment.