Correct typo in zram generator

No whitespace here!
This commit is contained in:
Nate Graham
2026-03-11 19:56:18 -06:00
parent 87a7c1bca9
commit 37232b8b25

View File

@@ -8,4 +8,4 @@ zram-size = ram * 2
# lz4 has the best performance, at the cost of worse compression compared to
# zstd, but we mitigate this problem with a large zram size, but fall back
# to zstd for any huge pages that lz4 couldn't compress
compression-algorithm = lz4 zstd (type=huge)
compression-algorithm = lz4 zstd(type=huge)