mirror of
https://github.com/restic/restic.git
synced 2025-08-20 10:57:31 +00:00
Fix gofmt
This commit is contained in:
@@ -181,14 +181,14 @@ func samePaths(expected, actual []string) bool {
|
||||
}
|
||||
|
||||
for i := range expected {
|
||||
found := false
|
||||
for j := range actual {
|
||||
if expected[i] == actual[j] {
|
||||
found = true
|
||||
break
|
||||
}
|
||||
}
|
||||
if !found {
|
||||
found := false
|
||||
for j := range actual {
|
||||
if expected[i] == actual[j] {
|
||||
found = true
|
||||
break
|
||||
}
|
||||
}
|
||||
if !found {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user