Skip to content

Commit d0ad1f3

Browse files
committed
Fix indentation.
1 parent 601fbce commit d0ad1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rubydns/handler.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run
8282
end
8383

8484
def respond(input_data, remote_host, remote_port)
85-
options = {peer: remote_host, port: remote_port, proto: :udp}
85+
options = {peer: remote_host, port: remote_port, proto: :udp}
8686

8787
response = process_query(input_data, options)
8888

@@ -154,7 +154,7 @@ def run
154154

155155
def handle_connection(socket)
156156
_, remote_port, remote_host = socket.peeraddr
157-
options = {peer: remote_host, port: remote_port, proto: :tcp}
157+
options = {peer: remote_host, port: remote_port, proto: :tcp}
158158

159159
input_data = StreamTransport.read_chunk(socket)
160160

0 commit comments

Comments
 (0)