mirror of
https://github.com/restic/restic.git
synced 2025-10-09 16:35:45 +00:00
backend: fix linter warnings
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
|
||||
var configTests = []test.ConfigTestData[Config]{
|
||||
{
|
||||
"rclone:local:foo:/bar",
|
||||
Config{
|
||||
S: "rclone:local:foo:/bar",
|
||||
Cfg: Config{
|
||||
Remote: "local:foo:/bar",
|
||||
Program: defaultConfig.Program,
|
||||
Args: defaultConfig.Args,
|
||||
|
Reference in New Issue
Block a user