Skip to content

Commit fcd44cb

Browse files
run spotless
1 parent 86134e0 commit fcd44cb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

core/src/main/java/io/temporal/samples/nexusEarlyReturn/handler/TransactionServiceImpl.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
package io.temporal.samples.nexusEarlyReturn.handler;
2121

22+
import static java.nio.charset.StandardCharsets.UTF_8;
23+
2224
import io.nexusrpc.OperationException;
2325
import io.nexusrpc.OperationInfo;
2426
import io.nexusrpc.handler.*;
@@ -33,13 +35,10 @@
3335
import io.temporal.samples.earlyreturn.TransactionWorkflow;
3436
import io.temporal.samples.earlyreturn.TxResult;
3537
import io.temporal.samples.nexusEarlyReturn.service.TransactionService;
38+
import java.util.Base64;
3639
import org.slf4j.Logger;
3740
import org.slf4j.LoggerFactory;
3841

39-
import java.util.Base64;
40-
41-
import static java.nio.charset.StandardCharsets.UTF_8;
42-
4342
@ServiceImpl(service = TransactionService.class)
4443
public class TransactionServiceImpl {
4544
private static final Logger logger = LoggerFactory.getLogger(TransactionServiceImpl.class);

0 commit comments

Comments
 (0)