Skip to content

Commit

Permalink
Whoops forgot formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle committed Nov 1, 2023
1 parent f3041d4 commit f90a4eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions firewood/src/merkle/node.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
// See the file LICENSE.md for licensing terms.

use crate::shale::{
disk_address::DiskAddress, CachedStore, ShaleError, ShaleStore, Storable,
};
use crate::shale::{disk_address::DiskAddress, CachedStore, ShaleError, ShaleStore, Storable};
use bincode::{Error, Options};
use enum_as_inner::EnumAsInner;
use serde::{de::DeserializeOwned, Deserialize, Serialize};
Expand Down

0 comments on commit f90a4eb

Please sign in to comment.