Skip to content

Commit 68ca635

Browse files
committed
chore: spacing
1 parent 06c4453 commit 68ca635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/github/gotify/service/WebSocketService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public void run() {
369369
client.post(callbackUrl, null, new AsyncHttpResponseHandler() {
370370
@Override
371371
public void onSuccess(int statusCode, Header[] headers, byte[] responseBody) {
372-
System.out.println("Callback successfully send to:" +callbackUrl);
372+
System.out.println("Callback successfully send to: " +callbackUrl);
373373
}
374374

375375
@Override

0 commit comments

Comments
 (0)