Skip to content

Commit

Permalink
Add missing newline after imports
Browse files Browse the repository at this point in the history
Improved the code readability and styling consistency by adding a newline after the import statements. This enhances the separation between the imports and the module definition, adhering to common coding practices and improving maintainability. No functionality is affected by this change.
  • Loading branch information
eliasjpr committed Oct 8, 2024
1 parent a785d5c commit 447dd79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/authly.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require "./authly/authorizable_client"
require "./authly/jti_provider"
require "./authly/**"
require "log"

module Authly
CONFIG = Configuration.new

Expand Down

0 comments on commit 447dd79

Please sign in to comment.