Skip to content

Commit 01eebf2

Browse files
committed
format
1 parent 154caba commit 01eebf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2114,7 +2114,7 @@ fn idl_init(
21142114
let full_path = original_dir.join(&idl_filepath);
21152115
fs::read(full_path)?
21162116
}
2117-
} ;
2117+
};
21182118
let idl = convert_idl(&idl)?;
21192119

21202120
let idl_address = create_idl_account(cfg, &keypair, &program_id, &idl, priority_fee)?;

0 commit comments

Comments
 (0)