Fix formatting

This commit is contained in:
= 2012-09-05 14:41:30 +02:00
parent e58a72f377
commit 3c3378f007

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 () {