From 4aa998d401347d412d0ac605173c9a0fddedaea9 Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 13 Nov 2017 08:25:34 -0800 Subject: Remove extra space PiperOrigin-RevId: 175535010 --- .../com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/com/google/devtools/build/lib/runtime') diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java b/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java index f2ac1f504f..5c2a5c1a8c 100644 --- a/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java +++ b/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java @@ -237,7 +237,7 @@ public class BlazeCommandEventHandler implements EventHandler { help = "Number of bytes to which the experimental UI will limit its output (non-positive " + "values indicate unlimited). Once the limit is approaching, the experimental UI " - + "will try hard to limit in a meaningful way, but will ultimately just drop all " + + "will try hard to limit in a meaningful way, but will ultimately just drop all " + "output." ) public int experimentalUiLimitConsoleOutput; -- cgit v1.2.3