Skip to content

Commit

Permalink
Newline at EoF
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck committed Mar 29, 2024
1 parent aaaf475 commit 1ee3bef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -30,4 +30,4 @@ sealed class ItemListingExpandableFabAction(
onEnterSetupKeyClick
)

}
}

0 comments on commit 1ee3bef

Please sign in to comment.