mirror of
https://github.com/golang/go
synced 2024-11-12 02:20:23 -07:00
Change spaces to tabs to match rest of file
This commit is contained in:
parent
596ab86b06
commit
22cd684e08
@ -354,7 +354,7 @@ class IfacePrinter:
|
||||
|
||||
if dtype is None: # trouble looking up, print something reasonable
|
||||
return "({typename}){data}".format(
|
||||
typename=iface_dtype_name(self.val), data=self.val['data'])
|
||||
typename=iface_dtype_name(self.val), data=self.val['data'])
|
||||
|
||||
try:
|
||||
return self.val['data'].cast(dtype).dereference()
|
||||
|
Loading…
Reference in New Issue
Block a user