Skip to content

Commit

Permalink
chore: cops
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuravius committed Aug 23, 2023
1 parent 121c446 commit 7b7ee22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/aptible/cli/resource_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,12 @@ def inject_metric_drain(node, metric_drain, account)
attach_account(node, account)
end

def inject_maintenance(node, command_prefix, maintenance_resource, account)
def inject_maintenance(
node,
command_prefix,
maintenance_resource,
account
)
node.value('id', maintenance_resource.id)
raw_start, raw_end = maintenance_resource.maintenance_deadline
window_start = utc_string(raw_start)
Expand Down

0 comments on commit 7b7ee22

Please sign in to comment.