questdb: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
684e467a46
commit
b0fcaada20
|
@ -18,7 +18,8 @@ class Questdb < Formula
|
|||
|
||||
plist_options :manual => "questdb start"
|
||||
|
||||
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