Skip to content

Commit

Permalink
Indent HEREDOC contents
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jan 7, 2025
1 parent 671edf2 commit a510eb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/new_relic/agent/health_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ def update_status(status, options = [])

def contents
<<~CONTENTS
healthy: #{@status[:healthy]}
status: #{@status[:message]}#{last_error}
start_time_unix_nano: #{@start_time}
status_time_unix_nano: #{nano_time}
healthy: #{@status[:healthy]}
status: #{@status[:message]}#{last_error}
start_time_unix_nano: #{@start_time}
status_time_unix_nano: #{nano_time}
CONTENTS
end

Expand Down

0 comments on commit a510eb2

Please sign in to comment.