Skip to content

Commit e4814bc

Browse files
committed
[Chore] remove unused code
1 parent 37109f1 commit e4814bc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

core/src/components/highlight_code_block.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
use crate::{
2-
config::HighlightLine,
3-
edges::{edge::Edge, padding::Padding},
4-
snapshot::image_snapshot::DEFAULT_WINDOW_MIN_WIDTH,
5-
utils::{code::min_width, color::RgbaColor},
6-
};
1+
use crate::{config::HighlightLine, edges::padding::Padding, utils::color::RgbaColor};
72

83
use super::{
94
editor::code::CODE_LINE_HEIGHT,

0 commit comments

Comments
 (0)