You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2022/02/22 15:39:00 UTC

[ignite] branch master updated: [MINOR] Code style fix

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

nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c922bf  [MINOR] Code style fix
2c922bf is described below

commit 2c922bf2489dba5a9bfefe49d3b30bc7c9a06a22
Author: Nikolay <ni...@apache.org>
AuthorDate: Tue Feb 22 18:38:17 2022 +0300

    [MINOR] Code style fix
---
 .../core/src/test/java/org/apache/ignite/cdc/CdcCacheVersionTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/core/src/test/java/org/apache/ignite/cdc/CdcCacheVersionTest.java b/modules/core/src/test/java/org/apache/ignite/cdc/CdcCacheVersionTest.java
index 8d830c4..17d6ad1 100644
--- a/modules/core/src/test/java/org/apache/ignite/cdc/CdcCacheVersionTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/cdc/CdcCacheVersionTest.java
@@ -334,7 +334,6 @@ public class CdcCacheVersionTest extends AbstractCdcTest {
                 if (rec.type() != DATA_RECORD_V2)
                     return super.log(rec);
 
-
                 DataRecord dataRec = (DataRecord)rec;
 
                 for (int i = 0; i < dataRec.entryCount(); i++) {