From a67faeeb159323d35d2a3229c7b5d014dc175767 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 23 Mar 2017 09:49:56 -0400 Subject: [PATCH] 11255: Fix whitespace --- services/crunch-run/crunchrun.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/crunch-run/crunchrun.go b/services/crunch-run/crunchrun.go index b3d745f60e..062126d6ff 100644 --- a/services/crunch-run/crunchrun.go +++ b/services/crunch-run/crunchrun.go @@ -1161,10 +1161,10 @@ func main() { `Specify if networking should be enabled for container. One of 'default', 'always': default: only enable networking if container requests it. always: containers always have networking enabled - `) + `) networkMode := flag.String("container-network-mode", "default", `Set networking mode for container. Corresponds to Docker network mode (--net). - `) + `) flag.Parse() containerId := flag.Arg(0) -- 2.30.2