Skip to content

Commit 8410e80

Browse files
committed
Revert format
1 parent 715a55b commit 8410e80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

program/rust/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
mod c_oracle_header;
2+
mod time_machine_types;
23
mod error;
34
mod log;
45
mod processor;
@@ -67,7 +68,7 @@ pub fn c_entrypoint_wrapper(input: *mut u8) -> OracleResult {
6768
pub extern "C" fn entrypoint(input: *mut u8) -> u64 {
6869
let (program_id, accounts, instruction_data) = unsafe { deserialize(input) };
6970

70-
match pre_log(&accounts, instruction_data) {
71+
match pre_log(&accounts,instruction_data) {
7172
Err(error) => return error.into(),
7273
_ => {}
7374
}

0 commit comments

Comments
 (0)