Fix formatting

This commit is contained in:
= 2012-09-05 14:41:30 +02:00
parent 63ab6918ec
commit 616a8e9671

View file

@ -261,7 +261,7 @@ namespace SparkleLib {
private string GetHostKey ()
{
string host = RemoteUrl.Host;
int port = RemoteUrl.Port;
int port = RemoteUrl.Port;
SparkleLogger.LogInfo ("Auth", "Fetching host key for " + host);
Process process = new Process () {