Skip to content

Commit 48cec1f

Browse files
committed
fmt
1 parent 5d3333b commit 48cec1f

File tree

1 file changed

+4
-3
lines changed
  • integration-tests/events

1 file changed

+4
-3
lines changed

integration-tests/events/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,10 @@ pub mod events {
283283
.expect("encountered invalid contract event data buffer");
284284
assert_eq!(!init_value, flipped.value);
285285

286-
let signature_topic = <InlineFlipped as ink::env::GetSignatureTopic>::signature_topic()
287-
.map(H256::from)
288-
.unwrap();
286+
let signature_topic =
287+
<InlineFlipped as ink::env::GetSignatureTopic>::signature_topic()
288+
.map(H256::from)
289+
.unwrap();
289290

290291
let expected_topics = vec![signature_topic];
291292
assert_eq!(expected_topics, contract_event.topics);

0 commit comments

Comments
 (0)