From a7b619fc40ee226d8cbf6217e4004fb3b3af9925 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 30 Jan 2023 20:15:17 +0000 Subject: [PATCH] lint --- config/config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.go b/config/config.go index 86034b6..420628b 100644 --- a/config/config.go +++ b/config/config.go @@ -110,16 +110,16 @@ type PreloadModule struct { // Extra test files to copy over type FileTransfer struct { - User string - Local string - Remote string + User string + Local string + Remote string } // Artifact is for .out-of-tree.toml type Artifact struct { Name string Type ArtifactType - TestFiles []FileTransfer + TestFiles []FileTransfer SourcePath string SupportedKernels []KernelMask