Commit b609745
committed
Fix remaining ErrInvalidType formatting issue in table_editor.go
- Fix memory/table_editor.go:853 checkRow function
- Change ErrInvalidType.New(value) to ErrInvalidType.New(fmt.Sprintf("%T", value))
- Addresses CI failures with 'invalid type: %\!s(uint16=0)' errors1 parent b54729e commit b609745
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
853 | | - | |
| 853 | + | |
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
| |||
0 commit comments