Skip to content

Commit fa22e6f

Browse files
committed
fmt
1 parent 68ec331 commit fa22e6f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

plt/plt-scheduler/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ mod block_state;
77
#[cfg(feature = "ffi")]
88
mod ffi;
99

10-
1110
// Placeholder types to be defined or replaced with types from other crates.
1211

1312
pub type MutableTokenState = ();
@@ -153,7 +152,7 @@ pub trait BlockStateOperations {
153152
/// - the account identified by `account_index` does not exist.
154153
#[must_use]
155154
fn touch_token_account(&mut self, token_index: TokenIndex, account_index: AccountIndex)
156-
-> bool;
155+
-> bool;
157156

158157
/// Increment the update sequence number for Protocol Level Tokens (PLT).
159158
///

plt/plt-token-module/src/token_module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ where
242242
Host: HostOperations,
243243
{
244244
todo!()
245-
}
245+
}

0 commit comments

Comments
 (0)