Skip to content

Commit

Permalink
style: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Oct 31, 2023
1 parent 097aa81 commit 3309001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline elvisWithNullableLeftOperand {
// $TEST$ serialization Number
»intOrNull() ?: 1.0«;
// $TEST$ serialization Any
»intOrNull() ?: ""«;
»intOrNull() ?: ""«;
// $TEST$ serialization Any?
»intOrNull() ?: stringOrNull()«;
}

0 comments on commit 3309001

Please sign in to comment.