fix for capitalization of file name (#1166)

This commit is contained in:
Mathias Lykkegaard Lorenzen 2017-05-17 04:15:09 +02:00 committed by Hao Kung
parent 8a47c17685
commit a664d38ecd
1 changed files with 1 additions and 1 deletions

View File

@ -68,4 +68,4 @@ namespace Microsoft.AspNetCore.Identity
return false;
}
}
}
}