Skip to content

Commit 0859a1a

Browse files
docs: correct spaces
1 parent 9249fde commit 0859a1a

File tree

1 file changed

+1
-1
lines changed
  • website/docs/plugin/testing/acceptance-tests/known-value-checks

1 file changed

+1
-1
lines changed

website/docs/plugin/testing/acceptance-tests/known-value-checks/float32.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func TestExpectKnownValue_CheckState_Float32Func(t *testing.T) {
6666
if v > 1.0 && v < 5.0 {
6767
return fmt.Errorf("value must be between 1.0 and 5.0")
6868
}
69-
return nil
69+
return nil
7070
}),
7171
),
7272
},

0 commit comments

Comments
 (0)