Skip to content

Commit 5f500eb

Browse files
committed
rustfmt
1 parent 2bdcda1 commit 5f500eb

File tree

1 file changed

+1
-1
lines changed
  • crates/store/re_log_types/src/path

1 file changed

+1
-1
lines changed

crates/store/re_log_types/src/path/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub use entity_path_filter::{
1818
EntityPathFilter, EntityPathFilterError, EntityPathRule, EntityPathSubs,
1919
ResolvedEntityPathFilter, ResolvedEntityPathRule, RuleEffect,
2020
};
21-
pub use entity_path_part::{PROPERTIES_PART, EntityPathPart};
21+
pub use entity_path_part::{EntityPathPart, PROPERTIES_PART};
2222
pub use parse_path::{PathParseError, tokenize_by};
2323

2424
// ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)