Skip to content

Commit 48e19fd

Browse files
committed
Suppress empty body control flow warning
1 parent e182481 commit 48e19fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/coder/gateway/sdk/CoderCLIManager.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ class CoderCLIManager @JvmOverloads constructor(deployment: URL, destinationDir:
123123
/**
124124
* Return the entity tag for the binary on disk, if any.
125125
*/
126+
@Suppress("ControlFlowWithEmptyBody")
126127
private fun getBinaryETag(): String? {
127128
return try {
128129
val md = MessageDigest.getInstance("SHA-1")

0 commit comments

Comments
 (0)