devklick commented on code in PR #957:
URL: https://github.com/apache/lucenenet/pull/957#discussion_r1720734567
##########
src/Lucene.Net.Analysis.Phonetic/DoubleMetaphoneFilter.cs:
##########
@@ -52,12 +53,11 @@ public DoubleMetaphoneFilter(TokenStream input, int
maxCodeLength, bool inject)
public override bool IncrementToken()
{
- for (;;)
+ for (; ; )
Review Comment:
Apologies - automatic editor linting. I've removed those spaces.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]