fix: avoid unnecessary return at the end of a function
modified src/event.rs
@@ -370,7 +370,6 @@ pub fn is_patch_ref(name: &str) -> Option<&str> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -378,7 +377,7 @@ pub fn push_branch(name: &str) -> String {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|