Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Jan 27, 2019
1 parent 5294600 commit 5757b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FubarDev.FtpServer.Abstractions/FtpTransferMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ private static FtpFileType ParseFileType(char fileType)
case 'L':
return FtpFileType.Local;
}

throw new NotSupportedException($"Unknown file type \"{fileType}\"");
}

Expand Down

0 comments on commit 5757b6b

Please sign in to comment.