1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

api: run go fmt

This commit is contained in:
Adhityaa Chandrasekar
2019-02-04 18:10:59 -05:00
parent 1aea90cb07
commit a4fbf67d73
5 changed files with 11 additions and 11 deletions

View File

@ -7,8 +7,8 @@ import (
)
type domainExportPlugs struct {
Origin string
Domain string
Origin string
Domain string
ExportHex string
}