Skip to content

Commit

Permalink
Remove newline under frozen string comment
Browse files Browse the repository at this point in the history
To be consistent with the rest of the codebase.
  • Loading branch information
davishmcclurg committed Mar 12, 2024
1 parent 220dc4f commit 9321f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/json_schemer/configuration.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true

module JSONSchemer
Configuration = Struct.new(
:base_uri, :meta_schema, :vocabulary, :format, :formats, :content_encodings, :content_media_types, :keywords,
Expand Down

0 comments on commit 9321f1a

Please sign in to comment.