We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d821bc3 commit 47dbab3Copy full SHA for 47dbab3
src/onefetch/image_backends/mod.rs
@@ -36,8 +36,7 @@ pub fn check_if_supported(backend_name: &str) -> Result<()> {
36
return Err("Kitty image backend is not supported".into());
37
}
38
39
- "iterm2" => {
40
- }
+ "iterm2" => {}
41
"sixel" => {
42
if !sixel::SixelBackend::supported() {
43
return Err("Sixel image backend is not supported".into());
0 commit comments