Fix Eof newline in collector/conntrack_linux.go

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie 2021-06-23 11:53:57 +02:00
parent 02ee897c03
commit 90d469805a
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1
1 changed files with 1 additions and 1 deletions

View File

@ -184,4 +184,4 @@ func getConntrackStatistics() (*conntrackStatistics, error) {
}
return &c, nil
}
}