Skip to content

Commit fdcf84e

Browse files
author
Sergey Mashkov
committed
remove redundant elvis
1 parent 18b28a2 commit fdcf84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/kotlinx-coroutines-io/src/test/kotlin/kotlinx/coroutines/experimental/io/StateMachineChecker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class StateMachineChecker {
116116

117117
visitor.className = className
118118
visitor.methodName = name ?: "?method"
119-
visitor.methodDesc = desc ?: "?desc"
119+
visitor.methodDesc = desc
120120
visitor.access = access
121121

122122
return visitor

0 commit comments

Comments
 (0)