Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 4826d03

Browse files
committed
fix clippy
1 parent 15bb084 commit 4826d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/bpf-loader-tests/tests/extend_program_ix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mod common;
1919
#[tokio::test]
2020
async fn test_extend_program() {
2121
let mut context = setup_test_context().await;
22-
let program_file = find_file(&format!("noop.so")).expect("Failed to find the file");
22+
let program_file = find_file(&"noop.so").expect("Failed to find the file");
2323
let data = read_file(program_file);
2424

2525
let program_address = Pubkey::new_unique();

0 commit comments

Comments
 (0)