Skip to content

Commit

Permalink
🔨 BeansContainer.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
velizartodorov committed Oct 19, 2024
1 parent 77556d5 commit 5285a94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/containers/BeansContainer.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@file:Suppress("unused")

import order.Amount

@Suppress("unused")
class BeansContainer : Container {
override val name = "beans"
override var amount = 500.0
Expand Down

0 comments on commit 5285a94

Please sign in to comment.