Skip to content

Commit 295543a

Browse files
committed
fix formatting, again
1 parent f225a87 commit 295543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ end
210210
# invalid and we can't parse/convert it properly.
211211
function _get_json_convert(
212212
json::AbstractDict, key::AbstractString, ::Type{UUIDs.UUID};
213-
msg::Union{AbstractString, Nothing}=nothing
213+
msg::Union{AbstractString, Nothing}=nothing,
214214
)::UUIDs.UUID
215215
uuid_str = _get_json(json, key, String; msg)
216216
uuid = tryparse(UUIDs.UUID, uuid_str)

0 commit comments

Comments
 (0)