Skip to content

Commit 970b1eb

Browse files
committed
spotless.
1 parent d83275a commit 970b1eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • sdks/java/core/src/test/java/org/apache/beam/sdk/transforms

sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,9 @@ public void testSideInputAnnotationFailedValidationMissing() {
914914
DoFn<Integer, List<Integer>> fn =
915915
new DoFn<Integer, List<Integer>>() {
916916
@ProcessElement
917-
public void processElement(@SideInput(sideInputTag1) String tag1) {ProcessContext c; }
917+
public void processElement(@SideInput(sideInputTag1) String tag1) {
918+
ProcessContext c;
919+
}
918920
};
919921

920922
thrown.expect(IllegalArgumentException.class);

0 commit comments

Comments
 (0)