formatting

This commit is contained in:
Brian Carroll 2022-07-03 10:59:19 +01:00
parent 7ea9854e49
commit 817ffba982
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7

View file

@ -11,7 +11,7 @@ use roc_mono::low_level::HigherOrder;
use crate::backend::{ProcLookupData, ProcSource, WasmBackend};
use crate::layout::{CallConv, StackMemoryFormat, WasmLayout};
use crate::storage::{StackMemoryLocation, StoredValue, AddressValue};
use crate::storage::{AddressValue, StackMemoryLocation, StoredValue};
use crate::wasm_module::{Align, LocalId, ValueType};
use crate::TARGET_INFO;