Skip to content

Commit bbb175c

Browse files
author
Artur Ciocanu
committed
Fixing a styling issue
Signed-off-by: Artur Ciocanu <[email protected]>
1 parent b5b5e9e commit bbb175c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-workflows/src/main/java/io/dapr/workflows/runtime/DefaultWorkflowActivityContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DefaultWorkflowActivityContext implements WorkflowActivityContext {
3232
* @throws IllegalArgumentException if context is null
3333
*/
3434
public DefaultWorkflowActivityContext(TaskActivityContext context) throws IllegalArgumentException {
35-
this(context, LoggerFactory.getLogger(WorkflowActivityContext .class));
35+
this(context, LoggerFactory.getLogger(WorkflowActivityContext.class));
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)