Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ivcosla committed May 17, 2019
1 parent 40f71f9 commit 6efde16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/messaging-discovery/client/http_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

// Exposed Http messages
var (
MsgEntrySet = HTTPMessage{Code: http.StatusOK, Message: "wrote a new entry"}
MsgEntryUpdated = HTTPMessage{Code: http.StatusOK, Message: "wrote new entry iteration"}
MsgEntrySet = HTTPMessage{Code: http.StatusOK, Message: "wrote a new entry"}
MsgEntryUpdated = HTTPMessage{Code: http.StatusOK, Message: "wrote new entry iteration"}
)

// HTTPMessage represents a message to be returned as an http response
Expand Down

0 comments on commit 6efde16

Please sign in to comment.