Skip to content

Commit

Permalink
Remove PMD warning and fix a code style (airbytehq#16454)
Browse files Browse the repository at this point in the history
* Remove PMD warning and fix a code style

* format
  • Loading branch information
benmoriceau authored and robbinhan committed Sep 29, 2022
1 parent 72d50f1 commit fae1d34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public void run(final ConnectionUpdaterInput connectionUpdaterInput) throws Retr
}
}

@SuppressWarnings("PMD.EmptyIfStmt")
private CancellationScope generateSyncWorkflowRunnable(final ConnectionUpdaterInput connectionUpdaterInput) {
return Workflow.newCancellationScope(() -> {
connectionId = connectionUpdaterInput.getConnectionId();
Expand Down

0 comments on commit fae1d34

Please sign in to comment.