Skip to content

Commit 9ec22e0

Browse files
committed
fix missing new line at EOF
1 parent f431319 commit 9ec22e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/pva/src/test/java/org/epics/pva/data/BitSetTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ public void testBitSet() throws Exception
6868
final BitSet copy = PVABitSet.decodeBitSet(buffer);
6969
assertThat(copy, equalTo(bits));
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)