Browse Source

cosmetics

Anton Lebedevich 13 years ago
parent
commit
d8ec602a83
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/pgsql_sock.erl

+ 1 - 3
src/pgsql_sock.erl

@@ -151,9 +151,7 @@ reply(#state{queue = Q} = State, Message) ->
 %% AuthenticationOk
 auth({$R, <<0:?int32>>}, State) ->
     #state{timeout = Timeout} = State,
-    {noreply,
-     State#state{handler = initializing},
-     Timeout};
+    {noreply, State#state{handler = initializing}, Timeout};
 
 %% AuthenticationCleartextPassword
 auth({$R, <<3:?int32>>}, State) ->