backend: fix linter warnings

This commit is contained in:
Michael Eischer 2023-04-21 21:11:33 +02:00
parent a27b7f1370
commit 25a0be7f26
7 changed files with 64 additions and 64 deletions

View file

@ -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,