Skip to content

Commit 4840dea

Browse files
committed
Removed a whitespace
1 parent 74f3394 commit 4840dea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/util/CertificateFetcher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public static Certificate fetchServerCertificate(Config config) {
4545
config.setWorkflowTraceType(WorkflowTraceType.HELLO);
4646
WorkflowExecutor workflowExecutor = WorkflowExecutorFactory.createWorkflowExecutor(
4747
WorkflowExecutorType.DEFAULT, state);
48-
4948
try {
5049
workflowExecutor.executeWorkflow();
5150
} catch (WorkflowExecutionException E) {

0 commit comments

Comments
 (0)