Skip to content

Commit a6e527f

Browse files
committed
chore: fix formatting
1 parent 13fc2ef commit a6e527f

File tree

1 file changed

+1
-1
lines changed
  • orb-java-core/src/main/kotlin/com/withorb/api/models

1 file changed

+1
-1
lines changed

orb-java-core/src/main/kotlin/com/withorb/api/models/Price.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import java.time.OffsetDateTime
2828
import java.util.Collections
2929
import java.util.Objects
3030
import java.util.Optional
31-
import kotlin.jvm.optionals.getOrNull
3231
import kotlin.Unit as KUnit
32+
import kotlin.jvm.optionals.getOrNull
3333

3434
/**
3535
* The Price resource represents a price that can be billed on a subscription, resulting in a charge

0 commit comments

Comments
 (0)