mysql@5.6: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:45:24 +00:00
parent a5cd54d7ec
commit 87295488da
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 30 additions and 28 deletions

View File

@ -95,7 +95,8 @@ class MysqlAT56 < Formula
end
end
def caveats; <<~EOS
def caveats
<<~EOS
A "/etc/my.cnf" from another install may interfere with a Homebrew-built
server starting up correctly.
@ -108,7 +109,8 @@ class MysqlAT56 < Formula
plist_options :manual => "#{HOMEBREW_PREFIX}/opt/mysql@5.6/bin/mysql.server start"
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">