Skip to content

Commit c48b9ea

Browse files
committed
made a fn public
1 parent b2fbe10 commit c48b9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
110110
}
111111

112112

113-
fn draw_headlines(on: bool) {
113+
pub fn draw_headlines(on: bool) {
114114
if on {
115115
draw_headline("permissions", 0, false);
116116
draw_headline("size", 0, true);

0 commit comments

Comments
 (0)