Skip to content

Commit

Permalink
fix: Listing line wraps
Browse files Browse the repository at this point in the history
  • Loading branch information
danOIntellitect committed Oct 13, 2023
1 parent 3db7da7 commit d2d3d25
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public class Tuple<T1, T2, T3, T4> // : IStructuralEquatable,
// ...
}
public class Tuple<T1, T2, T3, T4, T5> // : IStructuralEquatable,
// IStructuralComparable, IComparable
// IStructuralComparable,
// IComparable
{
// ...
}
Expand Down

0 comments on commit d2d3d25

Please sign in to comment.