Skip to content

Commit 2fbc721

Browse files
committed
fix: fmt with different rust version
Signed-off-by: Tomasz Andrzejak <andreiltd@gmail.com>
1 parent bf6be7d commit 2fbc721

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hyperlight_guest/src/error.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ limitations under the License.
1717
use alloc::format;
1818
use alloc::string::{String, ToString as _};
1919

20-
use anyhow;
2120
use hyperlight_common::flatbuffer_wrappers::guest_error::ErrorCode;
2221
use hyperlight_common::func::Error as FuncError;
23-
use serde_json;
22+
use {anyhow, serde_json};
2423

2524
pub type Result<T> = core::result::Result<T, HyperlightGuestError>;
2625

0 commit comments

Comments
 (0)