Skip to content

Commit

Permalink
#3132: fix checkstyle in AtCompositeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacParize committed May 16, 2024
1 parent 1892833 commit 2d4694b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eo-runtime/src/test/java/org/eolang/AtCompositeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public final class AtCompositeTest {
* eo-runtime for getting failed assert messages with class and test
*/
public static final Supplier<String> FAILED_ASSERT_MESSAGE_SUPPLIER =
() -> String.format("Failed %s.%s",
() -> String.format(
"Failed %s.%s",
Thread.currentThread().getStackTrace()[2].getClassName(),
Thread.currentThread().getStackTrace()[2].getMethodName()
);
Expand Down

0 comments on commit 2d4694b

Please sign in to comment.