Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Mar 3, 2021
1 parent 703a8ff commit dcf86c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contracts/hackatom/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,12 @@ mod tests {

let execute_info = mock_info(beneficiary.as_str(), &[]);
// this should panic
let _ = execute(deps.as_mut(), mock_env(), execute_info, ExecuteMsg::Panic {});
let _ = execute(
deps.as_mut(),
mock_env(),
execute_info,
ExecuteMsg::Panic {},
);
}

#[test]
Expand Down

0 comments on commit dcf86c5

Please sign in to comment.