proftpd: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
735d81356d
commit
804998fae2
|
@ -28,7 +28,8 @@ class Proftpd < Formula
|
|||
|
||||
plist_options :manual => "proftpd"
|
||||
|
||||
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">
|
||||
|
|
Loading…
Reference in New Issue