Skip to content

Commit

Permalink
rubocop: autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 12, 2023
1 parent 635d0ce commit a074d77
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 a074d77

Please sign in to comment.