Prettier of TreeGrid column

This commit is contained in:
Donghyun Kim
2022-03-28 03:43:36 +09:00
parent 8c29ba9fa5
commit 8104ee5fcb
@@ -140,5 +140,9 @@ class DeviceTree(interfaces.plugins.PluginInterface):
def run(self) -> renderers.TreeGrid:
return renderers.TreeGrid([
("Offset", format_hints.Hex), ("Type", str), ("DriverName", str), ("DeviceName", str), ("DeviceType", str),
("Offset", format_hints.Hex),
("Type", str),
("DriverName", str),
("DeviceName", str),
("DeviceType", str),
], self._generator())