Skip to content

Commit

Permalink
Remove repetition of return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Grier committed Oct 14, 2024
1 parent 7801038 commit b19e25d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/site_assessment/common_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ end
search_buffer::Union{Int64,Float64}=20000.0
)::Float64
Identifies the closest edge to the target `pixel`/'`geom_buff` and returns the initial rotation
angle required to match the edge line.
Identifies the closest edge to the target `pixel`/'`geom_buff`.
# Arguments
- `pixel` : Target point at the center of the search polygon.
Expand Down

0 comments on commit b19e25d

Please sign in to comment.