atc0005 / go-nagios

Shared Golang package for Nagios plugins
MIT License
8 stars 3 forks source link

Use consistent EOL format in Long Service Output #42

Closed atc0005 closed 4 years ago

atc0005 commented 4 years ago

Previously some section headers used 2x EOL chars, while others used a single EOL. This changed the requirement for client-provided values based on what setting was being specified.

This commit attempts to make the formatting consistent for each subsection. Further adjustments may be necessary once client code is updated to accomodate these changes.

fixes GH-41