openvpn: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
1e9da57b1f
commit
777a3dae6f
|
@ -47,7 +47,8 @@ class Openvpn < Formula
|
|||
|
||||
plist_options :startup => true
|
||||
|
||||
def plist; <<~EOS
|
||||
def 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