# HG changeset patch
# User Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
# Date 1634292256 -7200
# Node ID 6cb395daa7d115fbae1fdd759d2952ceec0cb235
# Parent  5aef0ea654b1504fc20c6fb1ed1c4cdcd7548f5b
OnClientExample code formatting

diff --git a/example/OnClientExample.java b/example/OnClientExample.java
--- a/example/OnClientExample.java
+++ b/example/OnClientExample.java
@@ -159,7 +159,7 @@ public class OnClientExample {
 			// Make up some data and upload it.
 			PrintStream stream = handle.getStream();
 			long n = 100;
-			System.out.printf("  HANDLER: uploading %d generated lines, numbered %d to %d%n", n - toSkip, toSkip +1, n);
+			System.out.printf("  HANDLER: uploading %d generated lines, numbered %d to %d%n", n - toSkip, toSkip + 1, n);
 			long i;
 			for (i = toSkip + 1; i <= n; i++) {
 				if (stopUploading) {