Skip to content

Commit ca8f7e0

Browse files
committed
Fix indentation.
1 parent b8d881d commit ca8f7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/statsig/sdk/StatsigServer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ private class StatsigServerImpl() :
307307

308308
override fun setup(serverSecret: String, options: StatsigOptions) {
309309
try {
310-
setupStartTime = System.currentTimeMillis()
310+
setupStartTime = System.currentTimeMillis()
311311
errorBoundary = ErrorBoundary(serverSecret, options, statsigMetadata)
312312
coroutineExceptionHandler = CoroutineExceptionHandler { _, ex ->
313313
// no-op - supervisor job should not throw when a child fails

0 commit comments

Comments
 (0)