From f77ad01fbfefa466282eb1f606fe39471a0171fc Mon Sep 17 00:00:00 2001 From: Ivan Bessarabov Date: Sun, 11 Aug 2019 23:30:21 +0300 Subject: [PATCH] Fixing indent in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cfc188d..6a56a36d 100644 --- a/README.md +++ b/README.md @@ -633,7 +633,7 @@ Sort can be `time`, `active` or `score`. Supported sort order with prefix -/+, i ```go type Config struct { - Version string `json:"version"` + Version string `json:"version"` EditDuration int `json:"edit_duration"` MaxCommentSize int `json:"max_comment_size"` Admins []string `json:"admins"`