From e59fe6f4482a73d70eafa35b21c7d71c85b66e5e Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Fri, 21 Jun 2024 21:30:29 +1200 Subject: [PATCH] break formatting --- src/authentication.jl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/authentication.jl b/src/authentication.jl index a1b96964b..4fe1c003e 100644 --- a/src/authentication.jl +++ b/src/authentication.jl @@ -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.