We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fe2fb commit 9ffe156Copy full SHA for 9ffe156
packages/vm/src/compatibility.rs
@@ -175,8 +175,7 @@ fn check_interface_version(module: &ParsedWasm) -> VmResult<()> {
175
} else {
176
// Exactly one interface version found
177
let version_str = first_interface_version_export.as_str();
178
- if SUPPORTED_INTERFACE_VERSIONS.contains(&version_str)
179
- {
+ if SUPPORTED_INTERFACE_VERSIONS.contains(&version_str) {
180
Ok(())
181
182
Err(VmError::static_validation_err(
0 commit comments