Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed Jun 13, 2024
1 parent 36f9166 commit a3321eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authentication.jl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function authenticate end
function authenticate(server::AbstractString, token::Union{AbstractString, Secret})
auth = _authentication(
_juliahub_uri(server);
token = isa(token, Secret) ? token : Secret(token)
token=isa(token, Secret) ? token : Secret(token),
)
global __AUTH__[] = auth
return auth
Expand Down

0 comments on commit a3321eb

Please sign in to comment.