Skip to content

Commit 17047db

Browse files
committed
make info.text_colors private
1 parent b228e46 commit 17047db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/info/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ pub struct Info {
4242
file_count: u64,
4343
repo_size: String,
4444
license: String,
45+
text_colors: TextColors,
4546
pub dominant_language: Language,
4647
pub ascii_colors: Vec<DynColors>,
47-
pub text_colors: TextColors,
4848
pub config: Config,
4949
}
5050

0 commit comments

Comments
 (0)