Added missing }

This commit is contained in:
Magnus Åhall 2021-12-23 09:11:49 +01:00
parent 2c0ea5b204
commit ad5c651241

View File

@ -73,7 +73,8 @@ func main() {
fmt.Printf("Fix workspaces: %s\n", err) fmt.Printf("Fix workspaces: %s\n", err)
} }
conn.Close() conn.Close()
}
} }
} }