Skip to content

Commit

Permalink
Undo removal of internal keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 26, 2018
1 parent a4c9470 commit 32dccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fantomas/FormatConfig.fs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ type ColumnIndentedTextWriter(tw : TextWriter) =
member __.Dispose() =
indentWriter.Dispose()

type Context =
type internal Context =
{ Config : FormatConfig;
Writer : ColumnIndentedTextWriter;
mutable BreakLines : bool;
Expand Down

0 comments on commit 32dccea

Please sign in to comment.