Skip to content

Commit

Permalink
make return explicit
Browse files Browse the repository at this point in the history
worked but unclear, also caused invisible return
  • Loading branch information
markheckmann committed Jan 26, 2025
1 parent 061d5b6 commit eff0371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/ph_location.R
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ resolve_location_from_character <- function(x) {
} else {
location <- ph_location_label(x)
}
location
}

# matches pattern "type [type_idx ]",
Expand Down

0 comments on commit eff0371

Please sign in to comment.