Skip to content

Commit

Permalink
Update lib/json-schema/util/uri.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshakov authored Jul 12, 2024
1 parent df39511 commit f05f16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/json-schema/util/uri.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

module JSON
module Util
# @api private

Check failure on line 7 in lib/json-schema/util/uri.rb

View workflow job for this annotation

GitHub Actions / test (2.5, rubocop test)

Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
class URI < Addressable::URI
SUPPORTED_PROTOCOLS = %w(http https ftp tftp sftp ssh svn+ssh telnet nntp gopher wais ldap prospero)

Expand Down

0 comments on commit f05f16d

Please sign in to comment.