git_ui: Update todos (#22100)

`todo!()` -> `TODO`

Release Notes:

- N/A
This commit is contained in:
Nate Butler 2024-12-16 13:39:40 -05:00 committed by GitHub
parent eff61ee764
commit 426f94b310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View file

@ -41,7 +41,7 @@ const REMOVED_COLOR: Hsla = Hsla {
a: 1.0,
};
// todo!(): Add updated status colors to theme
// TODO: Add updated status colors to theme
pub fn git_status_icon(status: GitFileStatus) -> impl IntoElement {
match status {
GitFileStatus::Added => Icon::new(IconName::SquarePlus).color(Color::Custom(ADDED_COLOR)),