Skip to content
Snippets Groups Projects
Commit 40f1ee15 authored by Sören Henning's avatar Sören Henning
Browse files

Fix redundant space

parent 9b4411c3
No related branches found
No related tags found
No related merge requests found
Pipeline #7142 passed
...@@ -142,7 +142,7 @@ class EnvVarLoadGeneratorFactory { ...@@ -142,7 +142,7 @@ class EnvVarLoadGeneratorFactory {
LOGGER.info("Use Pub/Sub as target with project {} and topic '{}'.", project, inputTopic); LOGGER.info("Use Pub/Sub as target with project {} and topic '{}'.", project, inputTopic);
recordSender = TitanPubSubSenderFactory.forPubSubConfig(project, inputTopic); recordSender = TitanPubSubSenderFactory.forPubSubConfig(project, inputTopic);
} else { } else {
throw new IllegalStateException("Neither an emulator host nor a project was provided."); throw new IllegalStateException("Neither an emulator host nor a project was provided.");
} }
} else { } else {
// Should never happen // Should never happen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment