You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.format("q1 of recall is %d%n", MathEx.q1(recall));
The output is formatted correctly in a single line when running in IntelliJ. However, the output breaks into multiple lines when run with sbt + sbt-jupiter-interface as the following
[info] q1 of recall is
[info] 1
The text was updated successfully, but these errors were encountered:
In a test, we have output by the following
The output is formatted correctly in a single line when running in IntelliJ. However, the output breaks into multiple lines when run with sbt + sbt-jupiter-interface as the following
The text was updated successfully, but these errors were encountered: