Skip to content

Commit 45db186

Browse files
committed
Fix formatting
1 parent 7a20aca commit 45db186

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/table/action_data.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,12 @@ impl ActionData {
7272
/// Returns the data as an [u64].
7373
pub fn as_u64(&self) -> u64 {
7474
self.get_data().to_u64()
75-
}
75+
}
7676

7777
/// Returns the data as an [u128].
7878
pub fn as_u128(&self) -> u128 {
7979
self.get_data().to_u128()
8080
}
81-
8281
}
8382

8483
impl ActionDataRepeated {

0 commit comments

Comments
 (0)