Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Oct 11, 2024
1 parent f99061f commit 939c30e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/store/re_dataframe/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1209,9 +1209,7 @@ mod tests {

// static
{
let query = QueryExpression {
..Default::default()
};
let query = QueryExpression::default();
eprintln!("{query:#?}:");

let query_handle = query_engine.query(query.clone());
Expand Down

0 comments on commit 939c30e

Please sign in to comment.