mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-15 07:43:21 +00:00
goimports
This commit is contained in:
@@ -347,7 +347,7 @@ func (client *B2Client) ListFileNames(startFileName string, singleFile bool, inc
|
|||||||
"x-bz-file-name",
|
"x-bz-file-name",
|
||||||
}
|
}
|
||||||
missingKeys := []string{}
|
missingKeys := []string{}
|
||||||
for _,headerKey := range requiredHeaders {
|
for _, headerKey := range requiredHeaders {
|
||||||
if "" == responseHeader.Get(headerKey) {
|
if "" == responseHeader.Get(headerKey) {
|
||||||
missingKeys = append(missingKeys, headerKey)
|
missingKeys = append(missingKeys, headerKey)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user