From 5861b04239c801fac74aadac8583594bfc4a46ea Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:50:15 +0100 Subject: fix: Spacing of comment --- src/main/kotlin/moe/nea/ledger/Ledger.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/moe/nea') 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 */ -- cgit