Skip to content

Commit 0baa18b

Browse files
committed
Remove empty line
1 parent 38d528e commit 0baa18b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/common/autogen/customtypes/common.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func getElementType[T any](ctx context.Context) (attr.Type, diag.Diagnostics) {
2727

2828
func valueToAttributeTypes(ctx context.Context, value reflect.Value) (map[string]attr.Type, diag.Diagnostics) {
2929
valueType := value.Type()
30-
3130
if valueType.Kind() != reflect.Struct {
3231
return nil, diag.Diagnostics{diag.NewErrorDiagnostic(
3332
"Error getting value attribute types",

0 commit comments

Comments
 (0)