David N. Welton 10 лет назад
Родитель
Сommit
f6a2c0e7eb
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/epgsql.erl

+ 0 - 1
src/epgsql.erl

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