Skip to content

Commit

Permalink
chore: make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry committed Dec 16, 2024
1 parent c76be75 commit 6cc5e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/junit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use flate2::bufread::ZlibDecoder;
use quick_xml::events::attributes::Attributes;
use quick_xml::events::{BytesStart, Event};
use quick_xml::reader::Reader;
use serde::{Deserialize, Serialize, Serializer};
use serde::Deserialize;

use crate::compute_name::{compute_name, unescape_str};
use crate::testrun::{check_testsuites_name, Framework, Outcome, ParsingInfo, Testrun};
Expand All @@ -30,7 +30,7 @@ struct RawTestResultUpload {
test_result_files: Vec<TestResultFile>,
}

#[derive(Serialize, Debug, Clone)]
#[derive(Debug, Clone)]
struct ReadableFile {
filename: Vec<u8>,
data: Vec<u8>,
Expand Down

0 comments on commit 6cc5e88

Please sign in to comment.