9b402718 by astaxie

fix the less `

1 parent 770dc702
...@@ -34,7 +34,7 @@ type SmtpWriter struct { ...@@ -34,7 +34,7 @@ type SmtpWriter struct {
34 Password string `json:"password"` 34 Password string `json:"password"`
35 Host string `json:"Host"` 35 Host string `json:"Host"`
36 Subject string `json:"subject"` 36 Subject string `json:"subject"`
37 FromAddress string `json:"fromAddress" 37 FromAddress string `json:"fromAddress"`
38 RecipientAddresses []string `json:"sendTos"` 38 RecipientAddresses []string `json:"sendTos"`
39 Level int `json:"level"` 39 Level int `json:"level"`
40 } 40 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!