Skip to content

Commit

Permalink
Style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Jan 21, 2019
1 parent b290585 commit a9b911c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// </copyright>

using System;
using System.Net;
using System.Net.Sockets;
using System.Threading.Tasks;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ await Connection.WriteAsync(
}

return null;
}
}
}
}
1 change: 1 addition & 0 deletions src/FubarDev.FtpServer/PasvListenerFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using System.Net;
using System.Net.Sockets;
using System.Threading.Tasks;

using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;

Expand Down

0 comments on commit a9b911c

Please sign in to comment.