Skip to content

Commit

Permalink
Update Main.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Jan 21, 2024
1 parent 28e5cd3 commit ba940a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appKotlinNative/src/nativeMain/kotlin/hummel/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ private fun pushSymbolWrapper(symbol: String) {
val str = buffer.toKString()

when (symbol) {
"3.14", "2.72", "-" -> {
"3.14", "2.72", "-" -> {
if (str.isEmpty()) {
pushSymbol(symbol)
}
Expand Down

0 comments on commit ba940a7

Please sign in to comment.