Skip to content

Commit a4db555

Browse files
committed
fix whitespace
1 parent 4512625 commit a4db555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/gettingstarted/GettingStartedAuthUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ fun emitUserState(project: Project) {
251251
metadata("source", getStartupState().toString())
252252
metadata("authStatus", getAuthStatus(project).toString())
253253
metadata("authEnabledConnections", getEnabledConnections(project))
254-
metadata("authScopes", scopes.joinToString(", "))
254+
metadata("authScopes", scopes.joinToString(","))
255255
}
256256
}
257257
}

0 commit comments

Comments
 (0)