docs: remove unnecessary whitespace

This commit is contained in:
Harmjan Greving 2021-12-03 01:41:04 +01:00 committed by Jan De Dobbeleer
parent 7aa2f86a77
commit f2ee958ec1

View file

@ -53,7 +53,7 @@ if that color is visible against any of your backgrounds.
Or display in mmol/l (instead of the default mg/dl) with the following template:
```json
"template": " {{ if eq (mod .Sgv 18) 0 }} {{ div .Sgv 18 }}.0 {{ else }} {{ round (divf .Sgv 18) 1 }} {{ end }} {{.TrendIcon}}"
"template": " {{ if eq (mod .Sgv 18) 0 }}{{divf .Sgv 18}}.0{{ else }} {{ round (divf .Sgv 18) 1 }}{{ end }}{{.TrendIcon}}"
```
## Properties