vsftpd: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:46:06 +00:00
parent 59d47b6f64
commit 3e5a18cac5
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 26 additions and 24 deletions

View File

@ -35,7 +35,8 @@ class Vsftpd < Formula
man8.install "vsftpd.8"
end
def caveats; <<~EOS
def caveats
<<~EOS
To use chroot, vsftpd requires root privileges, so you will need to run
`sudo vsftpd`.
You should be certain that you trust any software you grant root privileges.
@ -47,7 +48,8 @@ class Vsftpd < Formula
plist_options :startup => true, :manual => "sudo vsftpd"
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">