Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Fix left-over TODO
Browse files Browse the repository at this point in the history
Closes GH-252
  • Loading branch information
swsnr committed Apr 15, 2023
1 parent 4f5f0d0 commit 98ddcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulldown-cmark-mdcat/src/terminal/capabilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl ImageCapability {
match self {
ImageCapability::Terminology(t) => t,
ImageCapability::ITerm2(t) => t,
ImageCapability::Kitty(_) => todo!(),
ImageCapability::Kitty(t) => t,
}
}
}
Expand Down

0 comments on commit 98ddcbb

Please sign in to comment.