Skip to content

Commit

Permalink
fix(lint): Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-reeves-scalingo committed Jan 3, 2023
1 parent 73fc7a7 commit e4eb884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scalingo/regional_database/backups.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def create(addon_id, headers = nil, &block)
&block
)

unpack (:database_backup) { response }
unpack(:database_backup) { response }
end

def for(addon_id, headers = nil, &block)
Expand Down

0 comments on commit e4eb884

Please sign in to comment.