Skip to content

Commit ae98510

Browse files
committed
refactor : underscore 추가
1 parent 9ece022 commit ae98510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/src/main/java/com/stop/ui/mission/MissionFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class MissionFragment : Fragment(), MissionHandler {
230230

231231
private val INIT_LOCATION = Location(0.0, 0.0)
232232

233-
private const val SECOND_UNIT = 1000
233+
private const val SECOND_UNIT = 1_000
234234

235235
}
236236
}

0 commit comments

Comments
 (0)