Skip to content

Commit e600d9c

Browse files
Update Constants.kt
1 parent 0388728 commit e600d9c

File tree

1 file changed

+1
-1
lines changed
  • shared/src/commonMain/kotlin/co/touchlab/droidcon

1 file changed

+1
-1
lines changed

shared/src/commonMain/kotlin/co/touchlab/droidcon/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Constants {
1010
* When time zone is changed, generate a new hash by running `md5 -s "${timeZoneString}|${Sessionize.scheduleId}"` in command line
1111
*/
1212
val conferenceTimeZoneHash = "7f5ba3fbad43896bad6847f6e8c662ac"
13-
val showVenueMap:Boolean = false
13+
val showVenueMap: Boolean = false
1414

1515
object Firestore {
1616

0 commit comments

Comments
 (0)