Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zehiko committed Oct 10, 2024
1 parent 727dfe7 commit 9f7c9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/store/re_remote_store_types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ mod tests {

#[test]
pub fn test_query_conversion() {
// from grpc type...
// from grpc type
let query = Query {
view_contents: Some(ViewContents {
contents: vec![ViewContentsPart {
Expand Down Expand Up @@ -288,7 +288,7 @@ mod tests {
sparse_fill_strategy: SparseFillStrategy::None.into(),
};

// ...to chunk store query expression
// to chunk store query expression
let expected_qe = re_dataframe::external::re_chunk_store::QueryExpression {
view_contents: Some(BTreeMap::from([(
re_log_types::EntityPath::from("/somepath"),
Expand Down

0 comments on commit 9f7c9f3

Please sign in to comment.