Skip to content

Commit ad39be5

Browse files
sanityiduartgomez
authored andcommitted
lint
1 parent 7caac2d commit ad39be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/client_api/client_events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ impl HostResponse {
13581358
}
13591359
}
13601360

1361-
impl std::fmt::Display for HostResponse {
1361+
impl Display for HostResponse {
13621362
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
13631363
match self {
13641364
HostResponse::ContractResponse(res) => match res {

0 commit comments

Comments
 (0)