aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-19 11:52:53 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-19 11:52:53 +0200
commitcee8555256f3e9d57f1ac01a4ef6ce8c2cc81e2d (patch)
tree52df696628927118cbae4d11acac5c37c5007999 /src/main/java
parent64e59b4a917f6d71868f3722f65700a592404388 (diff)
downloadskyhanni-cee8555256f3e9d57f1ac01a4ef6ce8c2cc81e2d.tar.gz
skyhanni-cee8555256f3e9d57f1ac01a4ef6ce8c2cc81e2d.tar.bz2
skyhanni-cee8555256f3e9d57f1ac01a4ef6ce8c2cc81e2d.zip
Very importing formatting error
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarApi.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarApi.kt b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarApi.kt
index 9d6705da5..899001e75 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarApi.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarApi.kt
@@ -43,7 +43,7 @@ class BazaarApi {
return NEUItems.manager.auctionManager.getBazaarInfo(internalName) != null
}
- fun searchForBazaarItem(displayName: String, amount: Int = -1){
+ fun searchForBazaarItem(displayName: String, amount: Int = -1) {
if (!LorenzUtils.inSkyBlock) return
if (NEUItems.neuHasFocus()) return
if (LorenzUtils.noTradeMode) return