Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
  • Loading branch information
iosmanthus committed Mar 28, 2024
1 parent 81ba2f3 commit 34fde17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/tikv/common/PDClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@

public class PDClient extends AbstractGRPCClient<PDBlockingStub, PDFutureStub>
implements ReadOnlyPDClient {

private static final String TIFLASH_TABLE_SYNC_PROGRESS_PATH = "/tiflash/table/sync";
private static final long MIN_TRY_UPDATE_DURATION = 50;
private static final int PAUSE_CHECKER_TIMEOUT = 300; // in seconds
Expand Down Expand Up @@ -830,7 +829,6 @@ private void initCluster() {
}

static class PDClientWrapper {

private final String leaderInfo;
private final PDBlockingStub blockingStub;
private final PDFutureStub asyncStub;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@

/** Note that RegionStoreClient itself is not thread-safe */
public class RegionStoreClient extends AbstractRegionStoreClient {

private static final Logger logger = LoggerFactory.getLogger(RegionStoreClient.class);
@VisibleForTesting public final AbstractLockResolverClient lockResolverClient;
private final TiStoreType storeType;
Expand Down

0 comments on commit 34fde17

Please sign in to comment.