Skip to content

Commit c8bd1e7

Browse files
committed
fmt
1 parent 77f11f3 commit c8bd1e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service/history/transfer_queue_active_task_executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ package history
33
import (
44
"context"
55
"fmt"
6-
deploymentpb "go.temporal.io/api/deployment/v1"
76

87
"github.com/pborman/uuid"
98
commonpb "go.temporal.io/api/common/v1"
9+
deploymentpb "go.temporal.io/api/deployment/v1"
1010
enumspb "go.temporal.io/api/enums/v1"
1111
historypb "go.temporal.io/api/history/v1"
1212
sdkpb "go.temporal.io/api/sdk/v1"

service/history/workflow/retry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ package workflow
22

33
import (
44
"context"
5-
deploymentpb "go.temporal.io/api/deployment/v1"
65
"math"
76
"slices"
87
"time"
98

109
"github.com/pborman/uuid"
1110
commonpb "go.temporal.io/api/common/v1"
11+
deploymentpb "go.temporal.io/api/deployment/v1"
1212
enumspb "go.temporal.io/api/enums/v1"
1313
failurepb "go.temporal.io/api/failure/v1"
1414
historypb "go.temporal.io/api/history/v1"

0 commit comments

Comments
 (0)