Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 26, 2024
1 parent c0fd2aa commit 538ffa4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/tabby-index-cli/src/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ pub struct Timing {
}

/// Timer tree
#[derive(Debug, Serialize)]
#[derive(Default)]
#[derive(Debug, Serialize, Default)]
pub struct TimerTree {
timings: Vec<Timing>,
}
Expand All @@ -65,7 +64,6 @@ impl TimerTree {
}
}


#[cfg(test)]
mod tests {

Expand Down

0 comments on commit 538ffa4

Please sign in to comment.