Skip to content

Commit efe20da

Browse files
committed
fix indentation issue found thanks to the new error
1 parent 9589158 commit efe20da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fsharp/typecheck/sigs/neg17.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module M =
6767
static member Method34() = noErrorPrivateValueLaterInferredToInvolvePrivateUnionType := [DefaultTagOfPrivateType(3)]
6868
static member Method35() = noErrorPrivateValueLaterInferredToInvolveInternalUnionType := [DefaultTagOfInternalType(3)]
6969

70-
type Type with
70+
type Type with
7171

7272
// Check we can access private things from an in-file augmentation
7373
member x.NoError51 = x.PrivateProperty

0 commit comments

Comments
 (0)