Skip to content
Snippets Groups Projects
Commit 44b5a366 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix printing of PsCustomType

parent d92b8cc2
No related branches found
No related tags found
1 merge request!443Extended Support for Typing in the Symbolic Toolbox
Pipeline #72623 failed
......@@ -35,7 +35,7 @@ class PsCustomType(PsType):
return self._name
def c_string(self) -> str:
return f"{self._const_string()} {self._name}"
return f"{self._const_string()}{self._name}"
def __repr__(self) -> str:
return f"CustomType( {self.name}, const={self.const} )"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment