Skip to content

Commit 6b02ffe

Browse files
fmt
1 parent 22aca8f commit 6b02ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/housekeeping.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ pub fn discover_filter_candidates(
145145
pub fn find_all_workspaces_and_subdirectories(
146146
tree: &git2::Tree,
147147
) -> JoshResult<std::collections::HashSet<String>> {
148-
149-
let _trace_s = span!(Level::TRACE, "find_all_workspaces_and_subdirectories");
148+
let _trace_s =
149+
span!(Level::TRACE, "find_all_workspaces_and_subdirectories");
150150
let mut hs = std::collections::HashSet::new();
151151
tree.walk(git2::TreeWalkMode::PreOrder, |root, entry| {
152152
if entry.name() == Some(&"workspace.josh") {

0 commit comments

Comments
 (0)