Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Nov 26, 2024
1 parent bde79b5 commit 1dff609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qz/printer/status/StatusMonitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ private synchronized static boolean dispatchStatusEvent() {
}

// Notify each client subscription
for(SocketConnection connection : listeningConnections) {
for (SocketConnection connection : listeningConnections) {
statusSessions.get(connection).statusChanged(status, () -> stopListening(connection));
}

Expand Down

0 comments on commit 1dff609

Please sign in to comment.