olsrd: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
b4783dd0b6
commit
7a16204aa0
|
@ -29,7 +29,8 @@ class Olsrd < Formula
|
|||
|
||||
plist_options :startup => true, :manual => "olsrd -f #{HOMEBREW_PREFIX}/etc/olsrd.conf"
|
||||
|
||||
def startup_plist; <<~EOS
|
||||
def startup_plist
|
||||
<<~EOS
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
|
|
Loading…
Reference in New Issue