Skip to content

Commit fb6e598

Browse files
committed
[BOOK-417] chore: 불필요한 indent 제거
1 parent cb64c1f commit fb6e598

File tree

1 file changed

+1
-1
lines changed
  • core/common/src/main/kotlin/com/ninecraft/booket/core/common/extensions

1 file changed

+1
-1
lines changed

core/common/src/main/kotlin/com/ninecraft/booket/core/common/extensions/Emotion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fun Emotion.toTextColor(): Color {
88
Emotion.WARM -> Color(0xFFE3931B)
99
Emotion.JOY -> Color(0xFFEE6B33)
1010
Emotion.SAD -> Color(0xFF2872E9)
11-
Emotion.INSIGHT -> Color(0xFF9A55E4)
11+
Emotion.INSIGHT -> Color(0xFF9A55E4)
1212
}
1313
}
1414

0 commit comments

Comments
 (0)