aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/webxr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/canvas/webxr.rs')
-rw-r--r--components/canvas/webxr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/canvas/webxr.rs b/components/canvas/webxr.rs
index a5deb312183..d43303e7393 100644
--- a/components/canvas/webxr.rs
+++ b/components/canvas/webxr.rs
@@ -6,7 +6,7 @@ use std::collections::HashMap;
use std::num::NonZeroU32;
use canvas_traits::webgl::{
- webgl_channel, WebGLContextId, WebGLMsg, WebGLSender, WebXRCommand, WebXRLayerManagerId,
+ WebGLContextId, WebGLMsg, WebGLSender, WebXRCommand, WebXRLayerManagerId, webgl_channel,
};
use fnv::FnvHashMap;
use surfman::{Context, Device};