Skip to content

Commit 1b19116

Browse files
committed
Fixing formatting error from recent commit
1 parent 511ac4e commit 1b19116

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/test/java/com/datastax/oss/driver/internal/core/protocol/ByteBufPrimitiveCodecTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ public void read_bytes_should_throw_when_not_enough_content() {
219219
// contents : only 2 bytes
220220
0xca,
221221
0xfe);
222-
assertThatThrownBy(() -> codec.readBytes(source))
223-
.isInstanceOf(IndexOutOfBoundsException.class);
222+
assertThatThrownBy(() -> codec.readBytes(source)).isInstanceOf(IndexOutOfBoundsException.class);
224223
}
225224

226225
@Test

0 commit comments

Comments
 (0)