Skip to content

Commit b9cad31

Browse files
committed
[fix] remove extra spaces
1 parent 4cc640c commit b9cad31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ fn get_sheet_data(
523523
.add_attr("width", (col.width / WIDTH_COEF).to_string());
524524
if let Some(true) = col.hidden {
525525
column_element.add_attr("hidden", "1");
526-
}
526+
}
527527
cols_children.push(column_element)
528528

529529
}

0 commit comments

Comments
 (0)