Skip to content

Commit

Permalink
Fixed fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Oct 20, 2022
1 parent 6bbf707 commit 6b4bcc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/api/src/js/imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,4 +590,4 @@ mod test {
// }
// );
// }
}
}
2 changes: 1 addition & 1 deletion lib/api/src/js/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ impl fmt::Debug for Instance {
.field("exports", &self.exports)
.finish()
}
}
}

0 comments on commit 6b4bcc5

Please sign in to comment.