Browse Source

Removed extra whitespace.

David N. Welton 10 years ago
parent
commit
f6a2c0e7eb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/epgsql.erl

+ 0 - 1
src/epgsql.erl

@@ -61,7 +61,6 @@ connect(Settings) ->
 	Host = proplists:get_value(host, Settings, "localhost"),
 	Host = proplists:get_value(host, Settings, "localhost"),
 	Username = proplists:get_value(username, Settings, os:getenv("USER")),
 	Username = proplists:get_value(username, Settings, os:getenv("USER")),
 	Password = proplists:get_value(password, Settings, ""),
 	Password = proplists:get_value(password, Settings, ""),
-	
 	connect(Host, Username, Password, Settings).
 	connect(Host, Username, Password, Settings).
 
 
 connect(Host, Opts) ->
 connect(Host, Opts) ->