automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-01-17 14:23:08 +00:00 committed by github-actions[bot]
parent 23910f122e
commit 9323a04169
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
use crate::display::humanbytes;
use anyhow::{bail, Result};
use libpt_log::{debug, trace, warn, error};
use libpt_log::{debug, error, trace, warn};
use std::io::{prelude::*, Read, SeekFrom};
const BYTES_PER_LINE: usize = 16;