Skip to content

Commit 3d75691

Browse files
committed
fix: add missing line break in VpnServer.Server module for improved readability
1 parent 8e37712 commit 3d75691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/vpn_server/server.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ defmodule VpnServer.Server do
5757
{:ok, ip} ->
5858
new_used_ips = MapSet.put(state.used_ips, ip)
5959
{:reply, {:ok, ip}, %{state | used_ips: new_used_ips}}
60+
6061
{:error, reason} ->
6162
{:reply, {:error, reason}, state}
6263
end

0 commit comments

Comments
 (0)