Skip to content

Commit

Permalink
ran go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-rehor committed Nov 22, 2017
1 parent c12dc2b commit a214372
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pipeline/http_out.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ import (
// //Publish the top 10 results over the last 10s updated every 5s.
// |httpOut('top10')
//
// Beware of adding a final slash ‘/’ to the URL. This will result in a 404 error for a
// task that does not exist.
// Beware of adding a final slash ‘/’ to the URL. This will result in a 404 error for a
// task that does not exist.
//
// Note that the example script above comes from the
// [scores](https://github.com/influxdata/kapacitor/tree/master/examples/scores) example.
// Note that the example script above comes from the
// [scores](https://github.com/influxdata/kapacitor/tree/master/examples/scores) example.
// See the complete scores example for a concrete demonstration.
//
type HTTPOutNode struct {
Expand Down
2 changes: 1 addition & 1 deletion pipeline/noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func newNoOpNode(wants EdgeType) *NoOpNode {
}

// tick:ignore
func (n *NoOpNode) MarshalJSON() ([]byte, error) { return nil, nil }
func (n *NoOpNode) MarshalJSON() ([]byte, error) { return nil, nil }

// tick:ignore
func (n *NoOpNode) UnmarshalJSON(data []byte) error { return nil }

0 comments on commit a214372

Please sign in to comment.