Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 19, 2020
1 parent 3cd5d53 commit 19446ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/doi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ def self.import_one(doi_id: nil)
message
end

def self.import_by_client(client_id, options={})
def self.import_by_client(client_id, options = {})
client = ::Client.where(symbol: client_id).first
return nil if client.blank?

Expand Down

0 comments on commit 19446ec

Please sign in to comment.