Skip to content

Commit

Permalink
Quick code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizrahman committed Dec 5, 2024
1 parent d130bf4 commit 369bcf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fun WCSSRModel.formatResult(): String {
sb.append(HEADING_SSR)

// Environment
environment?.let { it ->
environment?.let {
try {
sb.append(formatEnvironmentData(JSONObject(it)))
} catch (e: JSONException) {
Expand Down

0 comments on commit 369bcf3

Please sign in to comment.