Run formatter on code

This commit is contained in:
maru 2024-04-21 18:57:27 -04:00
parent 4a017b0f32
commit 8f51cd826c
No known key found for this signature in database
GPG Key ID: 37689350E9CD0F0D
3 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,6 @@ func main() {
flag.Parse() flag.Parse()
// register gob types // register gob types
gob.Register([]interface{}{}) gob.Register([]interface{}{})
gob.Register(map[string]interface{}{}) gob.Register(map[string]interface{}{})