And another setting

This commit is contained in:
Smaug123
2022-11-06 12:28:59 +00:00
parent a25b2a9ecc
commit 36198d951d
2 changed files with 2 additions and 1 deletions

View File

@@ -26,5 +26,6 @@ fsharp_multi_line_lambda_closing_newline=true
fsharp_experimental_keep_indent_in_branch=true
fsharp_max_value_binding_width=80
fsharp_max_record_width=0
fsharp_bar_before_discriminated_union_declaration=true
max_line_length=120
end_of_line=lf

View File

@@ -3,7 +3,7 @@ namespace Raft.Test
open Raft
open FsCheck
type ValidHistory<'a> = ValidHistory of NetworkAction<'a> list
type ValidHistory<'a> = | ValidHistory of NetworkAction<'a> list
[<RequireQualifiedAccess>]
module ValidHistory =