Skip to content

Commit

Permalink
fix: Listing line wraps (#568)
Browse files Browse the repository at this point in the history
## Summary

Listing line wrapped too long

Fixes
IntelliTect-dev/EssentialCSharp.Tooling#1844
  • Loading branch information
danOIntellitect authored Oct 14, 2023
1 parent 3db7da7 commit c8a5255
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 c8a5255

Please sign in to comment.