Skip to content

Commit

Permalink
Codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Aug 26, 2024
1 parent 94363e8 commit 07d4df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.stellar.walletsdk.horizon.transaction

import org.stellar.sdk.*
import org.stellar.sdk.TransactionBuilder as SdkBuilder
import org.stellar.sdk.responses.AccountResponse
import org.stellar.walletsdk.Config
import org.stellar.walletsdk.anchor.MemoType
Expand All @@ -13,7 +14,6 @@ import org.stellar.walletsdk.exception.ValidationException
import org.stellar.walletsdk.horizon.AccountKeyPair
import org.stellar.walletsdk.util.requireStatus
import org.stellar.walletsdk.util.toTimeBounds
import org.stellar.sdk.TransactionBuilder as SdkBuilder

/** Class that allows to construct Stellar transactions, containing one or more operations */
@Suppress("TooManyFunctions")
Expand Down

0 comments on commit 07d4df6

Please sign in to comment.