nzbget: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
291e112989
commit
49e45b4588
|
@ -48,7 +48,8 @@ class Nzbget < Formula
|
|||
|
||||
plist_options :manual => "nzbget"
|
||||
|
||||
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