zurl: fix rubocop 0.65.0 style.
This commit is contained in:
parent
1055cf174e
commit
6b6a3c6ab0
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ class Zurl < Formula
|
|||
|
||||
resource("pyzmq").stage { system "python", *Language::Python.setup_install_args(testpath/"vendor") }
|
||||
|
||||
conffile.write(<<~EOS
|
||||
conffile.write(<<~EOS,
|
||||
[General]
|
||||
in_req_spec=ipc://#{ipcfile}
|
||||
defpolicy=allow
|
||||
|
@ -43,7 +43,7 @@ class Zurl < Formula
|
|||
EOS
|
||||
)
|
||||
|
||||
runfile.write(<<~EOS
|
||||
runfile.write(<<~EOS,
|
||||
import json
|
||||
import threading
|
||||
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
|
||||
|
|
Loading…
Reference in a new issue