znapzend: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
336d326980
commit
c56b224cb8
|
@ -29,7 +29,8 @@ class Znapzend < Formula
|
|||
|
||||
plist_options :startup => true, :manual => "sudo znapzend --daemonize"
|
||||
|
||||
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">
|
||||
|
|
Loading…
Reference in New Issue