mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
run modernize
This commit is contained in:
@@ -184,7 +184,7 @@ func (self *ResponseData) UnmarshalJSON(data []byte) error {
|
||||
|
||||
type Response struct {
|
||||
Ok bool `json:"ok"`
|
||||
Data ResponseData `json:"data,omitempty"`
|
||||
Data ResponseData `json:"data"`
|
||||
Error string `json:"error,omitempty"`
|
||||
Traceback string `json:"tb,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user