This is an automated email from the ASF dual-hosted git repository.

sai_boorlagadda pushed a commit to branch feature/GEODE-5212-export-logs
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 9ffda748a4ea8c1465a868ae1fc03aa87b863268
Author: Jens Deppe <[email protected]>
AuthorDate: Wed Jul 18 14:48:38 2018 -0700

    spotlessApply
    
    Signed-off-by: Sai Boorlagadda <[email protected]>
---
 .../geode/management/internal/cli/commands/ExportLogsDUnitTest.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java
 
b/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java
index 8dad218..6804e17 100644
--- 
a/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java
+++ 
b/geode-core/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsDUnitTest.java
@@ -144,6 +144,7 @@ public class ExportLogsDUnitTest {
     assertThat(FileUtils.listFiles(locator.getWorkingDir(), extensions, 
true)).isNotEmpty();
     assertThat(FileUtils.listFiles(absoluteDirPath.toFile(), extensions, 
false)).isNotEmpty();
   }
+
   @Test
   public void startAndEndDateCanIncludeLogs() throws Exception {
     ZonedDateTime now = LocalDateTime.now().atZone(ZoneId.systemDefault());

Reply via email to