Skip to content

Commit a5966a7

Browse files
author
Paddy Carver
committed
Fix typo, fix build.
1 parent 8f13336 commit a5966a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfprotov5/tftypes/raw_value.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func rawValueFromComplexType(typ Type, val interface{}) (RawValue, error) {
267267
return RawValue{
268268
Type: Number,
269269
Value: val,
270-
}
270+
}, nil
271271
}
272272
return RawValue{
273273
Type: typ,

0 commit comments

Comments
 (0)