Skip to content

Commit e178ef4

Browse files
committed
formatter/logstash: style
1 parent 2d35974 commit e178ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

formatters/logstash/logstash_formatter.go formatters/logstash/logstash.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package logrus_logstash
1+
package logstash
22

33
import (
44
"encoding/json"

formatters/logstash/logstash_formatter_test.go formatters/logstash/logstash_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package logrus_logstash
1+
package logstash
22

33
import (
44
"bytes"

0 commit comments

Comments
 (0)