summaryrefslogtreecommitdiff
path: root/core/bindings.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/bindings.rs')
-rw-r--r--core/bindings.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bindings.rs b/core/bindings.rs
index 03212f356..782c98bd1 100644
--- a/core/bindings.rs
+++ b/core/bindings.rs
@@ -2,8 +2,8 @@
use crate::error::AnyError;
use crate::error::JsError;
+use crate::runtime::JsRuntimeState;
use crate::JsRuntime;
-use crate::JsRuntimeState;
use crate::Op;
use crate::OpId;
use crate::OpTable;