Fix more nits.

This commit is contained in:
Gav
2018-02-08 08:51:57 +01:00
parent 8c1b79c7e8
commit fde80b7b27
3 changed files with 2 additions and 26 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ impl NativeExecutionDispatch for LocalNativeExecutionDispatch {
/// Creates new RustExecutor for contracts.
pub fn executor() -> NativeExecutor<LocalNativeExecutionDispatch> {
NativeExecutor{ _dummy: ::std::marker::PhantomData }
NativeExecutor { _dummy: ::std::marker::PhantomData }
}
#[cfg(test)]