From 65852d193323ad242148722a4700810695794ddf Mon Sep 17 00:00:00 2001 From: Kaan Caglan Date: Fri, 3 Jan 2025 16:14:50 +0300 Subject: [PATCH] chore(movement-ibc): trying to fix fmt manually Signed-off-by: Kaan Caglan --- move/move-ibc/sources/ibc.move | 6 ++---- move/move-ibc/sources/state_lens_lc.move | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/move/move-ibc/sources/ibc.move b/move/move-ibc/sources/ibc.move index 468df39c02..8251cd2487 100644 --- a/move/move-ibc/sources/ibc.move +++ b/move/move-ibc/sources/ibc.move @@ -591,9 +591,7 @@ module ibc::ibc { hash::sha2_256(*vector::borrow(&consensus_states, i)) ); - event::emit( - ClientUpdated { client_id, client_type: client_type, height } - ); + event::emit(ClientUpdated { client_id, client_type: client_type, height }); i = i + 1; }; @@ -1882,4 +1880,4 @@ module ibc::ibc { // assert!(*channel::version(&stored_channel) == string::utf8(b"counterparty-version-0"), 9002); // assert!(*channel::chan_counterparty_channel_id(&stored_channel) == string::utf8(b"counterparty-channel-0"), 9003); // } -} +} \ No newline at end of file diff --git a/move/move-ibc/sources/state_lens_lc.move b/move/move-ibc/sources/state_lens_lc.move index 41399d816b..0de90e06d8 100644 --- a/move/move-ibc/sources/state_lens_lc.move +++ b/move/move-ibc/sources/state_lens_lc.move @@ -65,4 +65,4 @@ module ibc::statelens_lc { ): bool { false } -} +} \ No newline at end of file