Skip to content

Commit 4354d88

Browse files
committed
Code style
1 parent 3c03e59 commit 4354d88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builtin/lib.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ func Type(arg any) any {
5757
return "func"
5858
case reflect.Struct:
5959
return "struct"
60+
default:
61+
return "unknown"
6062
}
61-
return "unknown"
6263
}
6364

6465
func Abs(x any) any {

0 commit comments

Comments
 (0)