Skip to content

Commit

Permalink
MORE clippy complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascxstro committed Nov 10, 2024
1 parent a9791c4 commit 5378330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl ControlPoint {
_ => {}
};
// At root, at end to process logic above.
if string_path == "" {
if string_path.is_empty() {
string_path += ".";
continue;
}
Expand Down

0 comments on commit 5378330

Please sign in to comment.