aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/clipboard_provider.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/clipboard_provider.rs')
-rw-r--r--components/script/clipboard_provider.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/clipboard_provider.rs b/components/script/clipboard_provider.rs
index 8b9ce13b582..9ae2bdaa6ea 100644
--- a/components/script/clipboard_provider.rs
+++ b/components/script/clipboard_provider.rs
@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use ipc_channel::ipc::channel;
-use script_traits::{ScriptToConstellationChan, ScriptMsg};
+use script_traits::{ScriptMsg, ScriptToConstellationChan};
use std::borrow::ToOwned;
pub trait ClipboardProvider {