Skip to content

Commit

Permalink
Reverting styling changes to code.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSilasBentley committed May 1, 2024
1 parent 44dd945 commit ad154a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MoreLinq/Experimental/Memoize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ public IEnumerator<T> GetEnumerator()
}
}

return _();

IEnumerator<T> _()
return _(); IEnumerator<T> _()
{
var index = 0;

Expand Down

0 comments on commit ad154a8

Please sign in to comment.