Skip to content

Commit 49fecc3

Browse files
fix(sessions): remove redundant semicolon
1 parent d377fba commit 49fecc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sessions/cline_like.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ fn metadata_project_location(
329329
}
330330
ProjectMembership::NoMatch => {}
331331
ProjectMembership::Unknown => return None,
332-
};
332+
}
333333
}
334334
matched
335335
}

0 commit comments

Comments
 (0)