Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
waralexrom committed Jan 17, 2025
1 parent 8708d83 commit 447e494
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ impl TraversalVisitor for SubQueryDimensionsCollector {
}
Ok(Some(()))
}
MemberSymbol::TimeDimension(dim) => {
self.on_node_traverse(dim.base_symbol(), &())

}
MemberSymbol::TimeDimension(dim) => self.on_node_traverse(dim.base_symbol(), &()),
_ => Ok(Some(())),
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ pub use measure_symbol::{MeasureSymbol, MeasureSymbolFactory};
pub use member_symbol::MemberSymbol;
pub use symbol_factory::SymbolFactory;
pub use time_dimension_symbol::TimeDimensionSymbol;

0 comments on commit 447e494

Please sign in to comment.