Skip to content

Commit

Permalink
Add new line between QueryStats::new and QueryStats::merge
Browse files Browse the repository at this point in the history
Co-authored-by: Lucio Franco <[email protected]>
  • Loading branch information
athoscouto and LucioFranco authored Feb 28, 2024
1 parent 9b1c85a commit 03618d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsql-server/src/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ impl QueryStats {
rows_written,
}
}

fn merge(&self, another: &QueryStats) -> Self {
Self {
elapsed: self.elapsed + another.elapsed,
Expand Down

0 comments on commit 03618d6

Please sign in to comment.