diff --git a/e2e/vm/config_windows_test.go b/e2e/vm/config_windows_test.go index 53f368b7f..fd25a2f54 100644 --- a/e2e/vm/config_windows_test.go +++ b/e2e/vm/config_windows_test.go @@ -1,12 +1,12 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -// SPDX-License-Identifier: Apache-2.0 -//go:build windows - -package vm - -import ( - "os" - "path/filepath" -) - -var finchConfigFilePath = filepath.Join(os.Getenv("LOCALAPPDATA"), ".finch", "finch.yaml") +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 +//go:build windows + +package vm + +import ( + "os" + "path/filepath" +) + +var finchConfigFilePath = filepath.Join(os.Getenv("LOCALAPPDATA"), ".finch", "finch.yaml")