diff options
Diffstat (limited to 'src/allocators/supermalloc.py')
| -rw-r--r-- | src/allocators/supermalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/supermalloc.py b/src/allocators/supermalloc.py index a8b5789..bea839a 100644 --- a/src/allocators/supermalloc.py +++ b/src/allocators/supermalloc.py @@ -19,4 +19,4 @@ class SuperMalloc (src.allocator.Allocator): super().__init__(name, **kwargs) -supermalloc = SuperMalloc("SuperMalloc") +supermalloc = SuperMalloc("SuperMalloc", color="xkcd:lime") |
