Skip to content

Commit

Permalink
Fix QueryConsolidation::DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Feb 15, 2024
1 parent 059aa2c commit 2256686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl From<ConsolidationMode> for QueryConsolidation {

impl Default for QueryConsolidation {
fn default() -> Self {
QueryConsolidation::AUTO
Self::DEFAULT
}
}

Expand Down

0 comments on commit 2256686

Please sign in to comment.