diff --git a/app/src/main/kotlin/com/x8bit/bitwarden/authenticator/ui/authenticator/feature/itemlisting/model/ItemListingExpandableFabAction.kt b/app/src/main/kotlin/com/x8bit/bitwarden/authenticator/ui/authenticator/feature/itemlisting/model/ItemListingExpandableFabAction.kt index b60232931..6f58764d5 100644 --- a/app/src/main/kotlin/com/x8bit/bitwarden/authenticator/ui/authenticator/feature/itemlisting/model/ItemListingExpandableFabAction.kt +++ b/app/src/main/kotlin/com/x8bit/bitwarden/authenticator/ui/authenticator/feature/itemlisting/model/ItemListingExpandableFabAction.kt @@ -7,7 +7,7 @@ import com.x8bit.bitwarden.authenticator.ui.platform.components.model.IconResour sealed class ItemListingExpandableFabAction( label: Text?, icon: IconResource, - onFabOptionClick: () -> Unit + onFabOptionClick: () -> Unit, ) : ExpandableFabOption(label, icon, onFabOptionClick) { class ScanQrCode( @@ -30,4 +30,4 @@ sealed class ItemListingExpandableFabAction( onEnterSetupKeyClick ) -} \ No newline at end of file +}