This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new e2e1ec18 Format: "catch(" -> "catch (" e2e1ec18 is described below commit e2e1ec18652ead9c233a110b17f62578b48b0813 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Apr 18 10:33:14 2023 -0400 Format: "catch(" -> "catch (" --- src/test/java/org/apache/commons/compress/archivers/TarTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/compress/archivers/TarTestCase.java b/src/test/java/org/apache/commons/compress/archivers/TarTestCase.java index e7e96827..9a8372a6 100644 --- a/src/test/java/org/apache/commons/compress/archivers/TarTestCase.java +++ b/src/test/java/org/apache/commons/compress/archivers/TarTestCase.java @@ -376,7 +376,7 @@ public final class TarTestCase extends AbstractTestCase { os2.putArchiveEntry(entry); Files.copy(file1.toPath(), os2); os2.closeArchiveEntry(); - } catch(final IOException e) { + } catch (final IOException e) { assertTrue(true); } finally { if (os2 != null){