Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0103f13

Browse files
committed
Auto format
1 parent6740e2b commit0103f13

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

‎src/test/java/org/lmdbjava/CopyFlagSetTest.java‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class CopyFlagSetTest extends AbstractFlagSetTest<CopyFlags, CopyFlagSet> {
2828
voidtest() {
2929
// This is here purely to stop CodeQL moaning that this class is unused.
3030
// All the actual tests are in the superclass
31-
Assertions.assertThat(getAllFlags())
32-
.isNotNull();
31+
Assertions.assertThat(getAllFlags()).isNotNull();
3332
}
3433

3534
@Override

‎src/test/java/org/lmdbjava/DbiFlagSetTest.java‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class DbiFlagSetTest extends AbstractFlagSetTest<DbiFlags, DbiFlagSet> {
2828
voidtest() {
2929
// This is here purely to stop CodeQL moaning that this class is unused.
3030
// All the actual tests are in the superclass
31-
Assertions.assertThat(getAllFlags())
32-
.isNotNull();
31+
Assertions.assertThat(getAllFlags()).isNotNull();
3332
}
3433

3534
@Override

‎src/test/java/org/lmdbjava/EnvFlagSetTest.java‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class EnvFlagSetTest extends AbstractFlagSetTest<EnvFlags, EnvFlagSet> {
2828
voidtest() {
2929
// This is here purely to stop CodeQL moaning that this class is unused.
3030
// All the actual tests are in the superclass
31-
Assertions.assertThat(getAllFlags())
32-
.isNotNull();
31+
Assertions.assertThat(getAllFlags()).isNotNull();
3332
}
3433

3534
@Override

‎src/test/java/org/lmdbjava/PutFlagSetTest.java‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ class PutFlagSetTest extends AbstractFlagSetTest<PutFlags, PutFlagSet> {
3131
voidtest() {
3232
// This is here purely to stop CodeQL moaning that this class is unused.
3333
// All the actual tests are in the superclass
34-
Assertions.assertThat(getAllFlags())
35-
.isNotNull();
34+
Assertions.assertThat(getAllFlags()).isNotNull();
3635
}
3736

3837
@Override

‎src/test/java/org/lmdbjava/TxnFlagSetTest.java‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class TxnFlagSetTest extends AbstractFlagSetTest<TxnFlags, TxnFlagSet> {
2828
voidtest() {
2929
// This is here purely to stop CodeQL moaning that this class is unused.
3030
// All the actual tests are in the superclass
31-
Assertions.assertThat(getAllFlags())
32-
.isNotNull();
31+
Assertions.assertThat(getAllFlags()).isNotNull();
3332
}
3433

3534
@Override

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp