Skip to content

Commit

Permalink
break formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed Jun 21, 2024
1 parent ba67806 commit e59fe6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/authentication.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ mutable struct Authentication
_expires::Union{Int, Nothing}

function Authentication(
server::URIs.URI, api_version::VersionNumber, username::AbstractString, token::Secret;
tokenpath::Union{AbstractString, Nothing}=nothing,
email::Union{AbstractString, Nothing}=nothing,
expires::Union{Integer, Nothing}=nothing,
server::URIs.URI, api_version::VersionNumber, username::AbstractString, token::Secret; tokenpath::Union{AbstractString, Nothing}=nothing, email::Union{AbstractString, Nothing}=nothing, expires::Union{Integer, Nothing}=nothing,
)
# The authentication() function should take care of sanitizing the inputs here,
# so it is fine to just error() here.
Expand Down

0 comments on commit e59fe6f

Please sign in to comment.