Formatted code

This commit is contained in:
Syrus
2019-07-31 23:51:12 -07:00
parent 7d89f9cc9a
commit 0dfa1f68a8
7 changed files with 8 additions and 8 deletions

View File

@ -2,9 +2,9 @@ use crate::{
structures::Map,
types::{FuncSig, SigIndex},
};
use std::collections::HashMap;
use lazy_static::lazy_static;
use parking_lot::RwLock;
use std::collections::HashMap;
use std::sync::Arc;
lazy_static! {