Skip to content

Commit 1986e7d

Browse files
authored
Merge branch 'main' into dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-1.15.1
2 parents d48a79f + b280078 commit 1986e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/util/conv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,6 @@ func GetPrintableTypeWithValue(in interface{}) string {
466466
return fmt.Sprintf("%[1]T(%[1]f)", in)
467467

468468
default:
469-
return fmt.Sprintf(fmt.Sprintf("%[1]T(%[1]v)", in))
469+
return fmt.Sprintf("%[1]T(%[1]v)", in)
470470
}
471471
}

0 commit comments

Comments
 (0)