szaszm commented on PR #9491: URL: https://github.com/apache/nifi/pull/9491#issuecomment-2458109045
Minor nitpick, but the last line is missing a line ending in the DISCLAIMER files. In the Unix/-like world, a line in a text file is ending by a line ending `\n` by definition. On Windows, `\r\n` is more like a line separator, so adding it after the last line is not needed. I prefer the Unix way. Normally text editors on Linux (and I think macOS too) add this automatically, but some IDEs follow the Windows convention, except using a Unix `\n` line ending character as their line separator when on Linux/macOS. -- 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]
