From c6fdcdc0292c91be994a20b51daa68dc2f41c14e Mon Sep 17 00:00:00 2001 From: Takuya Iwanaga Date: Fri, 11 Oct 2024 13:57:20 +1100 Subject: [PATCH] Apply formatting --- src/site_assessment/common_functions.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site_assessment/common_functions.jl b/src/site_assessment/common_functions.jl index 3b344f5..ad579e7 100644 --- a/src/site_assessment/common_functions.jl +++ b/src/site_assessment/common_functions.jl @@ -180,8 +180,8 @@ function initial_search_rotation( distance_indices = filter_far_polygons(geoms, pixel, pixel[2], search_buffer) reef_lines = reef_outlines[distance_indices] reef_lines = reef_lines[ - GO.within.([pixel], geoms[distance_indices]) - ] + GO.within.([pixel], geoms[distance_indices]) +] reef_lines = vcat(reef_lines...) # If a pixel is outside of a polygon, use the closest polygon instead.