Skip to content

Commit

Permalink
style: Update src/Argu/UnionArgInfo.fs
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Bartelink <ruben@bartelink.com>
  • Loading branch information
fpellet and bartelink authored Mar 27, 2024
1 parent faeb33b commit 5a69047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Argu/UnionArgInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ type UnionParseResults =
UnrecognizedCliParseResults : obj list
/// Usage string requested by the caller
IsUsageRequested : bool
MissingMandatoryCases: (UnionArgInfo * (UnionCaseArgInfo list)) list
MissingMandatoryCases: (UnionArgInfo * UnionCaseArgInfo list) list
}

type UnionCaseArgInfo with
Expand Down

0 comments on commit 5a69047

Please sign in to comment.