Skip to content

Commit

Permalink
Autocorrect Layout/EmptyLinesAroundMethodBody
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 2, 2024
1 parent ec4f54e commit 868bad9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/borrow_direct_reshare_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def initialize(url: Settings.borrow_direct_reshare.url,
username: Settings.borrow_direct_reshare.username,
password: Settings.borrow_direct_reshare.password,
tenant: Settings.borrow_direct_reshare.tenant)

@base_url = url
@username = username
@password = password
Expand Down

0 comments on commit 868bad9

Please sign in to comment.