Formest with latest stable rustfmt.

This commit is contained in:
Dan Gohman
2019-01-22 04:17:52 -08:00
parent 01ed463c7a
commit 8769febdbd
2 changed files with 11 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ pub fn link_module(
return Err(LinkError(format!(
"{}/{}: no provided import function",
module_name, field
)))
)));
}
}
}
@@ -94,7 +94,7 @@ pub fn link_module(
return Err(LinkError(format!(
"no provided import table for {}/{}",
module_name, field
)))
)));
}
}
}
@@ -147,7 +147,7 @@ pub fn link_module(
return Err(LinkError(format!(
"no provided import memory for {}/{}",
module_name, field
)))
)));
}
}
}
@@ -177,7 +177,7 @@ pub fn link_module(
return Err(LinkError(format!(
"no provided import global for {}/{}",
module_name, field
)))
)));
}
}
}