Skip to content

Commit dcee476

Browse files
Fix formatting (#701)
1 parent 56fb8d7 commit dcee476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/io/temporal/samples/safemessagepassing/ClusterManagerWorkflow.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ enum ClusterState {
4040
STARTED,
4141
SHUTTING_DOWN
4242
}
43+
4344
// In workflows that continue-as-new, it's convenient to store all your state in one serializable
4445
// structure to make it easier to pass between runs
4546
class ClusterManagerState {

0 commit comments

Comments
 (0)