Skip to content

Commit 1b9b8eb

Browse files
committed
remove noise change
1 parent 7857e28 commit 1b9b8eb

File tree

1 file changed

+1
-4
lines changed
  • examples/oft-solana/programs/oft/src

1 file changed

+1
-4
lines changed

examples/oft-solana/programs/oft/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ pub mod oft {
2828
use super::*;
2929

3030
pub fn oft_version(_ctx: Context<OFTVersion>) -> Result<Version> {
31-
Ok(Version {
32-
interface: 2,
33-
message: 1,
34-
})
31+
Ok(Version { interface: 2, message: 1 })
3532
}
3633

3734
pub fn init_oft(mut ctx: Context<InitOFT>, params: InitOFTParams) -> Result<()> {

0 commit comments

Comments
 (0)