Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Commit

Permalink
ran 'make fmt'
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
  • Loading branch information
root360-AndreasUlm committed Apr 28, 2019
1 parent 2d39855 commit 70f6d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func OutputDsv(headers []string, values [][]string, delimiterOpt ...string) {
if len(delimiterOpt) > 0 {
delimiter = delimiterOpt[0]
}
fmt.Println("\""+strings.Join(headers, "\""+delimiter+"\"")+"\"")
fmt.Println("\"" + strings.Join(headers, "\""+delimiter+"\"") + "\"")
for _, value := range values {
fmt.Printf("\"")
fmt.Printf(strings.Join(value, "\""+delimiter+"\""))
Expand Down

0 comments on commit 70f6d2c

Please sign in to comment.