Skip to content

Commit

Permalink
Update UnorderedList.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN authored Apr 17, 2024
1 parent f174c7a commit 292640f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.mohamedrejeb.richeditor.model.RichSpan
import com.mohamedrejeb.richeditor.paragraph.RichParagraph

internal class UnorderedList(
private val indent: Int = 38
private val indent: Int
): ParagraphType {

override var style: ParagraphStyle =
Expand Down

0 comments on commit 292640f

Please sign in to comment.