Skip to content

Commit 3461149

Browse files
committed
Remove extra blank lines
1 parent ec609a5 commit 3461149

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/PollingBase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ protected CompletableFuture<FDv2SourceResult> poll(Selector selector, boolean on
127127
FDv2ProtocolHandler.FDv2ActionInternalError internalErrorAction = (FDv2ProtocolHandler.FDv2ActionInternalError) res;
128128
DataSourceStatusProvider.ErrorKind kind = DataSourceStatusProvider.ErrorKind.UNKNOWN;
129129
switch (internalErrorAction.getErrorType()) {
130-
131130
case MISSING_PAYLOAD:
132131
case JSON_ERROR:
133132
kind = DataSourceStatusProvider.ErrorKind.INVALID_DATA;

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/StreamingSynchronizerImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ private void handleMessage(MessageEvent event) {
279279
FDv2ProtocolHandler.FDv2ActionInternalError internalErrorAction = (FDv2ProtocolHandler.FDv2ActionInternalError) action;
280280
DataSourceStatusProvider.ErrorKind kind = DataSourceStatusProvider.ErrorKind.UNKNOWN;
281281
switch (internalErrorAction.getErrorType()) {
282-
283282
case MISSING_PAYLOAD:
284283
case JSON_ERROR:
285284
kind = DataSourceStatusProvider.ErrorKind.INVALID_DATA;

0 commit comments

Comments
 (0)