Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Apr 15, 2023
1 parent f62d067 commit 53bd4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/context/hooks.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use chrono::{FixedOffset, Local, NaiveDateTime, Utc};
use crate::{
builtins::promise::OperationType,
job::JobCallback,
object::{JsFunction, JsObject},
realm::Realm,
Context, JsResult, JsValue,
};
use chrono::{FixedOffset, Local, NaiveDateTime, Utc};

use super::intrinsics::Intrinsics;

Expand Down

0 comments on commit 53bd4f8

Please sign in to comment.