Add missing final comma

This commit is contained in:
Mischa Gresser 2015-12-02 13:22:59 -05:00
parent 5d915f01e1
commit c08bf18005
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ var sendAsIs = []string{
"bytes_read", "bytes_read",
"bytes_written", "bytes_written",
"threads", "threads",
"conn_yields" "conn_yields",
} }
// SampleConfig returns sample configuration message // SampleConfig returns sample configuration message