Skip to content

Commit f7ebbd6

Browse files
Remove redundant newline
1 parent 9c5a52f commit f7ebbd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/civo/api_key.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ var defaultEnvVarMapping = map[string]sdk.FieldName{
4343
}
4444

4545
func TryCivoConfigFile(path string) sdk.Importer {
46-
4746
return importer.TryFile(path, func(ctx context.Context, contents importer.FileContents, in sdk.ImportInput, out *sdk.ImportAttempt) {
4847
var config Config
4948
if err := contents.ToJSON(&config); err != nil {

0 commit comments

Comments
 (0)