Cleanup yellow code (UX-89)

This commit is contained in:
Shaverdova Elena
2018-08-13 19:38:24 +02:00
parent 471b228a85
commit 5b9a8a967b
@@ -236,7 +236,7 @@ private fun normalizeSelectedFile(file: VirtualFile): String {
}
}
internal enum class ProviderType {
enum class ProviderType {
MEMORY_ONLY, KEYCHAIN, KEEPASS,
// unused, but we cannot remove it because enum value maybe stored in the config and we must correctly deserialize it