Skip to content

Commit c7e8df9

Browse files
committed
Update initialization parameters in the Authly module to include a trailing comma for improved readability and consistency.
1 parent fa50cca commit c7e8df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/authly/grants/authorization_code.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module Authly
1313
code : String
1414

1515
def initialize(
16-
@client_id, @client_secret, @redirect_uri, @code = "", @verifier = ""
16+
@client_id, @client_secret, @redirect_uri, @code = "", @verifier = "",
1717
)
1818
@challenge = ""
1919
@method = ""

0 commit comments

Comments
 (0)