Skip to content

Commit

Permalink
make info.text_colors private
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Mar 27, 2022
1 parent b228e46 commit 17047db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ pub struct Info {
file_count: u64,
repo_size: String,
license: String,
text_colors: TextColors,
pub dominant_language: Language,
pub ascii_colors: Vec<DynColors>,
pub text_colors: TextColors,
pub config: Config,
}

Expand Down

0 comments on commit 17047db

Please sign in to comment.