Skip to content

Commit

Permalink
Address checkstlye be removing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
zwarm committed Jun 15, 2024
1 parent 82c48d6 commit 5a648b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ sealed class VoiceToContentActionEvent {
data class LaunchEditPost(val site: SiteModel, val content: String) : VoiceToContentActionEvent()
data class LaunchExternalBrowser(val url: String) : VoiceToContentActionEvent()
data object RequestPermission : VoiceToContentActionEvent()

}

0 comments on commit 5a648b3

Please sign in to comment.