Skip to content

Commit

Permalink
chore: Fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
kongwoojin committed Jun 8, 2024
1 parent deb06e3 commit 4d6f45d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ import androidx.hilt.navigation.compose.hiltViewModel
import coil.compose.SubcomposeAsyncImage
import coil.request.ImageRequest
import com.kongjak.koreatechboard.constraint.REGEX_BASE_URL
import com.kongjak.koreatechboard.ui.components.text.FileText
import com.kongjak.koreatechboard.ui.components.HtmlView
import com.kongjak.koreatechboard.ui.components.WebView
import com.kongjak.koreatechboard.ui.components.text.FileText
import com.kongjak.koreatechboard.ui.theme.articleSubText
import com.kongjak.koreatechboard.ui.theme.articleTitle
import org.orbitmvi.orbit.compose.collectAsState
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ fun AutoLinkText(
}
}


sealed class AutoLinkType {
data object WEB : AutoLinkType()
data object PHONE : AutoLinkType()
Expand Down

0 comments on commit 4d6f45d

Please sign in to comment.