Skip to content

Commit 6b8db3d

Browse files
Apply suggestions from code review
improved comments Co-authored-by: Takuya Iwanaga <[email protected]>
1 parent 4d56ca0 commit 6b8db3d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/job_worker/handlers.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ struct RegionalAssessmentInput <: AbstractJobInput
246246
region::String
247247
"The type of reef, slopes or flats"
248248
reef_type::String
249-
# Criteria (all optional - defaulting to min/max of criteria)
250-
# criteria in alphabetical order
249+
# Criteria (all optional - defaulting to min/max of criteria, listed alphabetically)
251250
depth_min::OptionalValue{Float64}
252251
depth_max::OptionalValue{Float64}
253252
high_tide_min::OptionalValue{Float64}
@@ -434,7 +433,7 @@ function handle_job(
434433
output_geojson(geojson_name, best_sites)
435434
end
436435

437-
# Now upload this to s3
436+
# Now upload this to S3
438437
client = S3StorageClient(; region=context.aws_region, s3_endpoint=context.s3_endpoint)
439438

440439
# Output file names

0 commit comments

Comments
 (0)