Skip to content

Commit aa07d27

Browse files
committed
Fix font test for let private func
1 parent b4943f9 commit aa07d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/apps/FSharp.Compatibility/Format.fs.faceup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@
849849

850850
«m:/// »«x:Re-implementation of OCaml's Pervasives.output, since the one in the
851851
»«m:/// »«x:F# compatibility library doesn't have the right type signature.
852-
»«k:let» «k:private» «v:output» «v:oc» («v:buf» : «t:string») («v:pos» : «t:int») («v:len» : «t:int») =
852+
»«k:let» «k:private» «f:output» «v:oc» («v:buf» : «t:string») («v:pos» : «t:int») («v:len» : «t:int») =
853853
output_string oc (buf.Substring (pos, len))
854854

855855
«k:let» «f:pp_set_formatter_out_channel» «v:state» «v:os» =

0 commit comments

Comments
 (0)