Skip to content

Commit

Permalink
rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gundamu-yunikon committed May 2, 2024
1 parent a3df52f commit 0a61a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auspaynet/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def current_year
Time.now.strftime('%y')
end

def extract_latest_files(files:, file_format:)
def extract_latest_files(files:, _file_format:)
files.sort_by do |filename|
@ftp.mtime(filename)
end
Expand Down

0 comments on commit 0a61a70

Please sign in to comment.