Skip to content

Commit

Permalink
Small rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lleirborras committed Apr 22, 2024
1 parent 624f597 commit c1befbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sharepoint/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require 'sharepoint/client/token'

module Sharepoint
class Client # rubocop:disable Metrics/ClassLength
class Client
FILENAME_INVALID_CHARS = '~"#%&*:<>?/\{|}'

def authenticating
Expand Down

0 comments on commit c1befbc

Please sign in to comment.