Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Sturm committed Aug 17, 2016
1 parent c363bee commit 25a19bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/graylog.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ package api
import (
"crypto/tls"
"encoding/json"
"io"
"strconv"
"strings"
"io"

"github.com/Graylog2/collector-sidecar/api/graylog"
"github.com/Graylog2/collector-sidecar/api/rest"
Expand Down
2 changes: 1 addition & 1 deletion api/graylog/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type RegistrationRequest struct {
type NodeDetailsRequest struct {
OperatingSystem string `json:"operating_system"`
Tags []string `json:"tags,omitempty"`
IP string `json:"ip,omitempty"`
IP string `json:"ip,omitempty"`
LogFileList []common.File `json:"log_file_list,omitempty"`
Metrics *MetricsRequest `json:"metrics,omitempty"`
Status *StatusRequest `json:"status,omitempty"`
Expand Down

0 comments on commit 25a19bc

Please sign in to comment.