Skip to content

Commit 5a1961f

Browse files
committed
apply cargo fmt
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent 732b02b commit 5a1961f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plotly/src/layout/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use plotly_derive::FieldSetter;
77
use serde::{Serialize, Serializer};
88
use update_menu::UpdateMenu;
99

10+
use crate::common::Domain;
1011
use crate::{
1112
color::Color,
1213
common::{
@@ -15,7 +16,6 @@ use crate::{
1516
},
1617
private::{NumOrString, NumOrStringCollection},
1718
};
18-
use crate::common::Domain;
1919

2020
#[derive(Serialize, Debug, Clone)]
2121
#[serde(rename_all = "lowercase")]

0 commit comments

Comments
 (0)