Fix formatting

pull/345/head
Martin 2020-01-07 23:12:26 +01:00
parent 20459a2f46
commit 5a604441b4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ type ResultTickersAsString struct {
// ResultTickerListAsString contains formatted data about available currency tickers
type ResultTickerListAsString struct {
Timestamp int64 `json:"ts,omitempty"`
Timestamp int64 `json:"ts,omitempty"`
Tickers []string `json:"available_currencies"`
Error string `json:"error,omitempty"`
}