Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3126 committed Aug 1, 2024
1 parent 08d1cbd commit 45e72e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StructHelpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ end

function def_has_batteries(T)
:(
function $(SH).has_batteries(::Type{<:$T})
function $(SH).has_batteries(::Type{<:$T})::Bool
true
end
)
Expand Down

0 comments on commit 45e72e6

Please sign in to comment.