Skip to content

Commit

Permalink
컴파일 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Nov 13, 2019
1 parent 7c2dcc9 commit e66375e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class ArticleRead(
else -> false
}
},
headText = mutableListof<HeadText>().apply {
headText = mutableListOf<HeadText>().apply {
viewInfo.safeGet("head_text").run {
when {
!isNull -> values().forEach {
Expand Down

0 comments on commit e66375e

Please sign in to comment.