Skip to content

Commit ca1d526

Browse files
committed
Address comment
Signed-off-by: hi-rustin <[email protected]>
1 parent 5c78f72 commit ca1d526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/markdown.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ struct LineWrapper<'a, T: Terminal> {
1111
indent: u32,
1212
margin: u32,
1313
pos: u32,
14-
pub(crate) w: &'a mut T,
14+
w: &'a mut T,
1515
}
1616

1717
impl<'a, T: Terminal + 'a> LineWrapper<'a, T> {

0 commit comments

Comments
 (0)