fix #545: auto-type error on windows

This commit is contained in:
antelle 2017-05-06 20:21:20 +02:00
parent 7ef2dba018
commit 947a9f867a
3 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ bin/
obj/
*.xcworkspace/
xcuserdata/
*.suo

Binary file not shown.

View File

@ -12,7 +12,6 @@ namespace KeeWebHelper
{
return null;
}
line = line.Trim();
if (line.Length == 0)
{
return new NoOpCommand();