Skip to content

Commit

Permalink
Apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
himadieievsv committed Feb 14, 2024
1 parent 566a7c4 commit 36197fa
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,8 @@ class ListeningCountDownLatch(
}

@Suppress("NOTHING_TO_INLINE")
private inline fun buildKey(name: String, vararg parts: String) = "{$keySpace:$name}:" + parts.joinToString(":")
private inline fun buildKey(
name: String,
vararg parts: String,
) = "{$keySpace:$name}:" + parts.joinToString(":")
}

0 comments on commit 36197fa

Please sign in to comment.