Skip to content

Commit 1bc7fb4

Browse files
committed
Fixing checkstyle violation
Signed-off-by: Rodolfo Carvalho <[email protected]>
1 parent 49defc3 commit 1bc7fb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flytekit-testing/src/main/java/org/flyte/flytekit/testing/SdkTestingExecutor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ public static SdkTestingExecutor of(
127127
* @param <InputT> the type of the input
128128
* @param <OutputT> the type of the output
129129
* @return a new {@link SdkTestingExecutor} instance
130-
* <p>Example usage:
130+
*
131+
* <p>Example usage:</p>
131132
* <pre>{@code
132133
* int expected = 6;
133134
*

0 commit comments

Comments
 (0)