Skip to content

Commit

Permalink
Auto-correct rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Aug 18, 2023
1 parent 8901801 commit 8e32c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/sachet_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
install_method: 'url',
templates: [{
name: 'notifications',
template: "{{ define \"telegram_message\" }}\n"\
"{{ .Status | title }}: {{ .CommonAnnotations.summary }}\n"\
template: "{{ define \"telegram_message\" }}\n" \
"{{ .Status | title }}: {{ .CommonAnnotations.summary }}\n" \
'{{ end }}'
}],
receivers: [{
Expand Down

0 comments on commit 8e32c3b

Please sign in to comment.