mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-22 16:19:19 -04:00
Fix linting issues
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
b3eff1b238
commit
9a99845bb9
@ -31,7 +31,7 @@ const (
|
||||
deviceName string = "testDeviceName"
|
||||
)
|
||||
|
||||
var toolsEnvs []string = []string{"CP", "DD", "RM", "FSCK_EXT4", "MKFS_EXT4", "BLKID", "FSCK", "MOUNT", "UMOUNT"}
|
||||
var toolsEnvs = []string{"CP", "DD", "RM", "FSCK_EXT4", "MKFS_EXT4", "BLKID", "FSCK", "MOUNT", "UMOUNT"}
|
||||
|
||||
// addToolsToPATH is used to update the PATH to contain necessary tool binaries for
|
||||
// coreutils, util-linux and ext4.
|
||||
|
@ -37,7 +37,7 @@ const (
|
||||
|
||||
var diskPath = flag.String("disk", "", "Path to the disk to use for the benchmark")
|
||||
|
||||
var toolsEnvs []string = []string{"DD", "RM"}
|
||||
var toolsEnvs = []string{"DD", "RM"}
|
||||
|
||||
// addToolsToPATH is used to update the PATH to contain necessary tool binaries for
|
||||
// coreutils.
|
||||
|
Loading…
x
Reference in New Issue
Block a user