Skip to content

Commit

Permalink
Merge pull request #25 from eWaterCycle/fix-24
Browse files Browse the repository at this point in the history
Return nothing value instead of type (issue #24)
  • Loading branch information
BSchilperoort authored Nov 8, 2024
2 parents 07000a2 + 86a2d53 commit b0aa7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RemoteBMI.jl/src/Server.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function set_value_at_indices(
jindexes = set_value_at_indices_request.indices .+ 1
src = set_value_at_indices_request.values
BMI.set_value_at_indices(m, name, jindexes, src)
return Nothing
return nothing
end

function get_current_time(req::HTTP.Request;)::Float64
Expand Down

0 comments on commit b0aa7e7

Please sign in to comment.