Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlansneff committed Feb 22, 2019
1 parent 17901f9 commit 6d092dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime-core/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::{
sys::Memory,
};
use sha2::{Digest, Sha256};
use std::{io, mem, slice, fmt};
use std::{fmt, io, mem, slice};

#[derive(Debug)]
pub enum InvalidFileType {
Expand Down

0 comments on commit 6d092dc

Please sign in to comment.