Skip to content

Commit

Permalink
format (#3500)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed May 19, 2021
1 parent 01a7c6a commit bf544af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"name": "Klaviyo",
"dockerRepository": "airbyte/source-klaviyo",
"dockerImageTag": "0.1.0",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-klaviyo"
"documentationUrl": "https://docs.airbyte.io/integrations/sources/klaviyo"
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
name: Klaviyo
dockerRepository: airbyte/source-klaviyo
dockerImageTag: 0.1.0
documentationUrl: https://https://docs.airbyte.io/integrations/sources/klaviyo
documentationUrl: https://docs.airbyte.io/integrations/sources/klaviyo
- sourceDefinitionId: b1892b11-788d-44bd-b9ec-3a436f7b54ce
name: Shopify
dockerRepository: airbyte/source-shopify-singer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ interface Activity1 {

class Activity1Impl implements Activity1 {

private static final Logger LOGGER = LoggerFactory.getLogger(io.airbyte.workers.temporal.TestWorkflow.Activity1Impl.class);
private static final Logger LOGGER = LoggerFactory.getLogger(TestWorkflow.Activity1Impl.class);
private static final String ACTIVITY1 = "activity1";

private final VoidCallable callable;
Expand Down

0 comments on commit bf544af

Please sign in to comment.