compare: gofmt

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-04-04 14:57:29 -04:00
parent c758611dce
commit bc8295f83e
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 4 additions and 4 deletions

View File

@ -430,10 +430,10 @@ func compare(oldDh, newDh *DirectoryHierarchy, keys []Keyword, same bool) ([]Ino
// the files are the same.
results = append(results, InodeDelta{
diff: Same,
path: path,
old: *diff.Old,
new: *diff.New,
keys: changed,
path: path,
old: *diff.Old,
new: *diff.New,
keys: changed,
})
}
}