Skip to content

Commit 23ee3f8

Browse files
committed
appease clippy
1 parent 87bcf13 commit 23ee3f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/writer/vegalite/layer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2105,7 +2105,7 @@ impl BoxplotRenderer {
21052105
} else {
21062106
(pos1_offset.as_str(), naming::aesthetic_column("pos1offset"))
21072107
};
2108-
let combined_offset_col = format!("__ggsql_box_side_offset__");
2108+
let combined_offset_col = "__ggsql_box_side_offset__".to_string();
21092109

21102110
// Helper that, when half_side is true, adds a calculate transform
21112111
// to combine the dodge offset (if any) with the side shift, then

0 commit comments

Comments
 (0)