Add script for running nightly rustfmt on all workspaces (#23244)
* Add script for running nightly rustfmt on all workspaces * invalidate ci cache
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
//! Example Rust-based BPF program tests dependent crates
|
||||
|
||||
extern crate solana_program;
|
||||
use byteorder::{ByteOrder, LittleEndian};
|
||||
use solana_program::entrypoint::SUCCESS;
|
||||
use {
|
||||
byteorder::{ByteOrder, LittleEndian},
|
||||
solana_program::entrypoint::SUCCESS,
|
||||
};
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn entrypoint(_input: *mut u8) -> u64 {
|
||||
|
Reference in New Issue
Block a user