Skip to content

Commit e868ccb

Browse files
committed
formatted (gofmt) fix
1 parent f28474d commit e868ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/provider/common/attribute_type_validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func (a AttributeTypeValidator) ValidateString(ctx context.Context, request vali
2323
if request.ConfigValue.IsUnknown() {
2424
return
2525
}
26-
26+
2727
if request.ConfigValue.IsNull() {
2828
response.Diagnostics.AddError("Invalid resource attribute type",
2929
fmt.Sprintf("Invalid null resource attribute type: %s", request.Path.String()),

0 commit comments

Comments
 (0)