diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-10-30 11:50:15 +0100 |
---|---|---|
committer | jani270 <69345714+jani270@users.noreply.github.com> | 2024-10-30 11:50:15 +0100 |
commit | 5861b04239c801fac74aadac8583594bfc4a46ea (patch) | |
tree | 6b4b56a0949776245cdf777aa26aafa33e4f9804 /src/main/kotlin/moe/nea | |
parent | db0b75a351e08c1e82885fcf01e967c59a915b8c (diff) | |
download | LocalTransactionLedger-5861b04239c801fac74aadac8583594bfc4a46ea.tar.gz LocalTransactionLedger-5861b04239c801fac74aadac8583594bfc4a46ea.tar.bz2 LocalTransactionLedger-5861b04239c801fac74aadac8583594bfc4a46ea.zip |
fix: Spacing of comment
Diffstat (limited to 'src/main/kotlin/moe/nea')
-rw-r--r-- | src/main/kotlin/moe/nea/ledger/Ledger.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/Ledger.kt b/src/main/kotlin/moe/nea/ledger/Ledger.kt index 31330e2..23d1265 100644 --- a/src/main/kotlin/moe/nea/ledger/Ledger.kt +++ b/src/main/kotlin/moe/nea/ledger/Ledger.kt @@ -49,7 +49,7 @@ class Ledger { // NPC // You bought Cactus x32 for 465.6 Coins! - // You sold Cactus x1 for 3 Coins! + // You sold Cactus x1 for 3 Coins! TODO: TRADING, FORGE, COOKIE_EATEN */ |