lint fixes

This commit is contained in:
Philip Cappelli
2025-03-31 17:21:28 -04:00
parent d4c079140d
commit f82bda5bce
2 changed files with 1 additions and 2 deletions

View File

@@ -1693,7 +1693,7 @@ data class VaultItemState(
passwordData != null ||
fido2CredentialCreationDateText != null ||
totpCodeItemData != null
/**
* A wrapper for the password data.
*

View File

@@ -202,7 +202,6 @@ fun CipherView.toViewState(
},
)
/**
* Transforms [FieldView] into [VaultItemState.ViewState.Content.Common.Custom].
*/