fix structs alignment.

This commit is contained in:
Miroslav Šedivý 2024-09-08 15:01:31 +02:00
parent a4c1f9877f
commit d42165a5fd
3 changed files with 7 additions and 6 deletions

View file

@ -12,8 +12,8 @@ type Message struct {
type SystemInit struct {
Event string `json:"event"`
ImplicitHosting bool `json:"implicit_hosting"`
Locks map[string]string `json:"locks"`
ImplicitHosting bool `json:"implicit_hosting"`
FileTransfer bool `json:"file_transfer"`
}