refactor: string_wrapper .get() return &str

This commit is contained in:
Jack Wills
2024-01-05 14:14:55 +00:00
parent 69af9be71f
commit a722731c6a
3 changed files with 59 additions and 58 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use ratatui::{
use std::{default::Default, time::Instant};
use std::{fmt::Display, sync::Arc};
use crate::app_data::{ContainerItem, Header, SortedOrder, ContainerName};
use crate::app_data::{ContainerItem, ContainerName, Header, SortedOrder};
use crate::{
app_data::{AppData, ByteStats, Columns, CpuStats, State, Stats},
app_error::AppError,