1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 06:26:46 +00:00

Run golangci-lint run --fix

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
这个提交包含在:
Shengqi Chen
2025-01-11 15:39:31 +08:00
父节点 15e87a5f48
当前提交 ab416f6545
共有 3 个文件被更改,包括 24 次插入27 次删除

查看文件

@@ -127,9 +127,7 @@ func (p *twoStageRsyncProvider) Options(stage int) ([]string, error) {
if !ok {
return nil, errors.New("Invalid Stage 1 Profile")
}
for _, exc := range stage1Profile {
options = append(options, exc)
}
options = append(options, stage1Profile...)
} else if stage == 2 {
options = append(options, p.stage2Options...)