mirror of https://github.com/keeweb/keeweb
fix #545: auto-type error on windows
parent
7ef2dba018
commit
947a9f867a
|
@ -14,3 +14,4 @@ bin/
|
|||
obj/
|
||||
*.xcworkspace/
|
||||
xcuserdata/
|
||||
*.suo
|
||||
|
|
Binary file not shown.
|
@ -12,7 +12,6 @@ namespace KeeWebHelper
|
|||
{
|
||||
return null;
|
||||
}
|
||||
line = line.Trim();
|
||||
if (line.Length == 0)
|
||||
{
|
||||
return new NoOpCommand();
|
||||
|
|
Loading…
Reference in New Issue