[lxc-devel] [lxd/master] go fmt ./...

tych0 on Github lxc-bot at linuxcontainers.org
Wed Jun 1 18:54:40 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 361 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160601/2af51b7a/attachment.bin>
-------------- next part --------------
From 1969eb6d6a8cece7579063e69d3f28974e9ef2d9 Mon Sep 17 00:00:00 2001
From: Tycho Andersen <tycho.andersen at canonical.com>
Date: Wed, 1 Jun 2016 18:50:25 +0000
Subject: [PATCH] go fmt ./...

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
 lxd/container_lxc.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lxd/container_lxc.go b/lxd/container_lxc.go
index b51e30e..ccaa637 100644
--- a/lxd/container_lxc.go
+++ b/lxd/container_lxc.go
@@ -2728,9 +2728,9 @@ func (c *containerLXC) Migrate(cmd uint, stateDir string, stop bool) error {
 	}
 
 	opts := lxc.MigrateOptions{
-		Stop: stop,
-		Directory: stateDir,
-		Verbose: true,
+		Stop:            stop,
+		Directory:       stateDir,
+		Verbose:         true,
 		PreservesInodes: preservesInodes,
 	}
 


More information about the lxc-devel mailing list