Skip to content

Commit

Permalink
chore: fix lint (#642)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
- gofumpt config_windows_test.go
*Testing done:*



- [X] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Vishwas Siravara <[email protected]>
Co-authored-by: Vishwas Siravara <[email protected]>
  • Loading branch information
vsiravar and Vishwas Siravara authored Oct 13, 2023
1 parent 36507af commit a506c4c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions e2e/vm/config_windows_test.go
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit a506c4c

Please sign in to comment.