add forgotten {

This commit is contained in:
Arseny Balobanov 2020-02-27 19:26:26 +03:00
parent 22d2411b62
commit 05b7a50e62

View file

@ -363,7 +363,7 @@ Check type
* Type switch
switch x.(type)
switch x.(type) {
case nil: // ...
case int, uint: // ...
case bool: // ...