Skip to content

Commit 916a1a8

Browse files
committed
Merge imports
1 parent 6c19552 commit 916a1a8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/protocol.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
use std::env;
2-
use std::io::{self, Write};
1+
use std::{
2+
env,
3+
io::{self, Write},
4+
};
35

46
use base64::Engine;
5-
use ratatui::style::Color;
6-
use ratatui::style::Style;
7+
use ratatui::style::{Color, Style};
78

89
// By default assume the Iterm2 is the best protocol to use for all terminals *unless* an env
910
// variable is set that suggests the terminal is probably Kitty.

0 commit comments

Comments
 (0)