Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Jul 24, 2024
1 parent fba5756 commit 5f07410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/gateway/src/contract/migrations/v0_2_3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ mod tests {

for msg in msgs.iter() {
v0_2_3::OUTGOING_MESSAGES
.save(deps.as_mut().storage, &msg.cc_id, &msg)
.save(deps.as_mut().storage, &msg.cc_id, msg)
.unwrap();
}

Expand Down

0 comments on commit 5f07410

Please sign in to comment.