forked from TrueCloudLab/restic
Fix gofmt
This commit is contained in:
parent
60c8c90d35
commit
4818a8e356
1 changed files with 8 additions and 8 deletions
|
@ -181,14 +181,14 @@ func samePaths(expected, actual []string) bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
for i := range expected {
|
for i := range expected {
|
||||||
found := false
|
found := false
|
||||||
for j := range actual {
|
for j := range actual {
|
||||||
if expected[i] == actual[j] {
|
if expected[i] == actual[j] {
|
||||||
found = true
|
found = true
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !found {
|
if !found {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue