We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7857e28 commit 1b9b8ebCopy full SHA for 1b9b8eb
examples/oft-solana/programs/oft/src/lib.rs
@@ -28,10 +28,7 @@ pub mod oft {
28
use super::*;
29
30
pub fn oft_version(_ctx: Context<OFTVersion>) -> Result<Version> {
31
- Ok(Version {
32
- interface: 2,
33
- message: 1,
34
- })
+ Ok(Version { interface: 2, message: 1 })
35
}
36
37
pub fn init_oft(mut ctx: Context<InitOFT>, params: InitOFTParams) -> Result<()> {
0 commit comments