Skip to content

Commit

Permalink
NopLogChain coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Apr 11, 2018
1 parent 9de8547 commit aa09c0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void test() {
.arg((byte) 0x01)
.arg('c')
.arg(3.14d)
.arg(3.14)
.arg(3.14f)
.arg(42)
.arg(42L)
.arg("string")
Expand Down

0 comments on commit aa09c0c

Please sign in to comment.