11255: Fix whitespace
[arvados.git] / services / crunch-run / crunchrun.go
index b3d745f60e45e4b316df9bd720b53febf6c22309..062126d6ff42e710523c5779ac2441c109f77f65 100644 (file)
@@ -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)