Skip to content

Commit 9d93269

Browse files
Remove trailing blank lines from validator and test files
Agent-Logs-Url: https://github.com/Azure/kafka-sink-azure-kusto/sessions/190022b2-658f-4b36-b1fe-b30fad080019 Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com>
1 parent 20e9c95 commit 9d93269

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/com/microsoft/azure/kusto/kafka/connect/sink/KustoEndpointUrlValidator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,3 @@ static boolean isIpAddress(String host) {
194194
return true;
195195
}
196196
}
197-

src/test/java/com/microsoft/azure/kusto/kafka/connect/sink/KustoEndpointUrlValidatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@ public void shouldValidateUrlInConnectionStringBuilderWhenEnabled() {
330330
assertThrows(ConfigException.class, () ->
331331
KustoSinkTask.createKustoEngineConnectionString(config, "https://evil.attacker.com"));
332332
}
333-
}
333+
}

0 commit comments

Comments
 (0)