node_exporter: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:45:27 +00:00
parent 6162cb8a40
commit 49985a5a8d
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 34 additions and 32 deletions

View File

@ -25,7 +25,8 @@ class NodeExporter < Formula
prefix.install_metafiles
end
def caveats; <<~EOS
def caveats
<<~EOS
When used with `brew services`, node_exporter's configuration is stored as command line flags in
#{etc}/node_exporter.args
@ -39,7 +40,8 @@ class NodeExporter < Formula
plist_options :manual => "node_exporter"
def plist; <<~EOS
def plist
<<~EOS
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">