fix: hello formatter my old friend...

This commit is contained in:
denis 2021-05-01 14:48:13 +03:00
parent f85822972a
commit 0adc914352
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
use super::actions::Action;
use super::keybinds::Keybinds;
use crate::common::{input::config::Config};
use crate::common::input::config::Config;
use crate::common::{AppInstruction, SenderWithContext, OPENCALLS};
use crate::errors::ContextType;
use crate::os_input_output::OsApi;

View file

@ -5,7 +5,7 @@ use std::{iter, str::from_utf8};
use strip_ansi_escapes::strip;
use colors_transform::{Color, Rgb};
use zellij_tile::data::{Theme};
use zellij_tile::data::Theme;
fn ansi_len(s: &str) -> usize {
from_utf8(&strip(s.as_bytes()).unwrap())