Skip to content

Commit 6560c6b

Browse files
committed
Fomatting after merge
1 parent 5377b07 commit 6560c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TLS-Scanner-Core/src/main/java/de/rub/nds/tlsscanner/core/report/TlsScanReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public synchronized Long getClosedAfterAppDataDelta() {
314314
public synchronized void setClosedAfterAppDataDelta(Long closedAfterAppDataDelta) {
315315
this.closedAfterAppDataDelta = closedAfterAppDataDelta;
316316
}
317-
317+
318318
public synchronized List<String> getSupportedAlpnConstans() {
319319
@SuppressWarnings("unchecked")
320320
ListResult<String> listResult =

0 commit comments

Comments
 (0)