diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-23 20:24:50 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-23 20:24:50 +0100 |
commit | ec9bc9b7520a8e8c3c372943126df985329dcd18 (patch) | |
tree | 000683f506359d0463e37010996aab8422620e78 /mxlib/registration.go | |
parent | 0f6be9663e6e8b954d24596c455a704d42499a52 (diff) | |
download | easybridge-ec9bc9b7520a8e8c3c372943126df985329dcd18.tar.gz easybridge-ec9bc9b7520a8e8c3c372943126df985329dcd18.zip |
go fmt
Diffstat (limited to 'mxlib/registration.go')
-rw-r--r-- | mxlib/registration.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mxlib/registration.go b/mxlib/registration.go index 5aabdd6..e6cce0f 100644 --- a/mxlib/registration.go +++ b/mxlib/registration.go @@ -10,7 +10,7 @@ type Registration struct { AsToken string `yaml:"as_token"` HsToken string `yaml:"hs_token"` SenderLocalpart string `yaml:"sender_localpart"` - RateLimited bool `yaml:"rate_limited"` + RateLimited bool `yaml:"rate_limited"` Namespaces RegistrationNamespaceSet `yaml:"namespaces"` } |