Skip to content

Commit 0d92655

Browse files
baiguonamejm18919
authored andcommitted
Fill
1 parent e7a7b59 commit 0d92655

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plotly/src/traces/table.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ where
5151
N: Serialize + Clone + Default + 'static,
5252
{
5353
pub fn new(header: Vec<T>, cells: Vec<Vec<N>>) -> Box<Self> {
54-
5554
Box::new(Table {
5655
header: Header::new().values(header).into(),
5756
cells: Cells::new().values(cells).into(),
@@ -131,7 +130,7 @@ where
131130
#[serde_with::skip_serializing_none]
132131
#[derive(Serialize, Clone, Debug, FieldSetter)]
133132
pub struct Fill {
134-
color: Option<Box<dyn Color>>
133+
color: Option<Box<dyn Color>>,
135134
}
136135

137136
impl Fill {

0 commit comments

Comments
 (0)