Skip to content

Commit 94fcee5

Browse files
minor formatting tweak
1 parent d0cd4ee commit 94fcee5

File tree

1 file changed

+2
-2
lines changed
  • java/ql/test/library-tests/frameworks/spring/websocket

1 file changed

+2
-2
lines changed

java/ql/test/library-tests/frameworks/spring/websocket/Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ public void afterConnectionEstablished(WebSocketSession s) {
4444

4545
@Override
4646
public void afterConnectionClosed(WebSocketSession s, CloseStatus c) {
47-
sink(s); // $ hasTaintFlow
47+
sink(s); // $hasTaintFlow
4848
}
4949

5050
@Override
5151
public void handleTransportError(WebSocketSession s, Throwable exc) {
52-
sink(s); // $ hasTaintFlow
52+
sink(s); // $hasTaintFlow
5353
}
5454

5555
}

0 commit comments

Comments
 (0)