mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-24 09:05:39 +00:00
compare: gofmt
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
c758611dce
commit
bc8295f83e
1 changed files with 4 additions and 4 deletions
|
@ -430,10 +430,10 @@ func compare(oldDh, newDh *DirectoryHierarchy, keys []Keyword, same bool) ([]Ino
|
||||||
// the files are the same.
|
// the files are the same.
|
||||||
results = append(results, InodeDelta{
|
results = append(results, InodeDelta{
|
||||||
diff: Same,
|
diff: Same,
|
||||||
path: path,
|
path: path,
|
||||||
old: *diff.Old,
|
old: *diff.Old,
|
||||||
new: *diff.New,
|
new: *diff.New,
|
||||||
keys: changed,
|
keys: changed,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue