Browse Source

Move Change to the archive package

Solomon Hykes 11 years ago
parent
commit
01990b65a3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      utils.go

+ 0 - 2
utils.go

@@ -34,12 +34,10 @@ import (
 	"syscall"
 )
 
-
 type Change struct {
 	archive.Change
 }
 
-
 // Compare two Config struct. Do not compare the "Image" nor "Hostname" fields
 // If OpenStdin is set, then it differs
 func CompareConfig(a, b *Config) bool {