Execution failed for task ':java-client-barrage:spotlessJavaCheck'.
> The following files had format violations:
src/main/java/io/deephaven/client/impl/BarrageSubscriptionImpl.java
@@ -481,7 +481,8 @@
················if·(isSnapshot·&&·serverViewport·!=·null)·{
····················//·noinspection·resource
····················WritableRowSet·currentRowSet·=·resultTable.getRowSet().writableCast();
-····················try·(final·RowSet·populated·=·currentRowSet.subSetForPositions(serverViewport,·serverReverseViewport))·{
+····················try·(final·RowSet·populated·=
+····························currentRowSet.subSetForPositions(serverViewport,·serverReverseViewport))·{
························currentRowSet.retain(populated);
····················}
················}
Run './gradlew :java-client-barrage:spotlessApply' to fix these violations.