ninjia: add an accidentally removed newline in test/conf/cassandra.yaml

This commit is contained in:
Dmitry Konstantinov 2026-05-14 14:43:21 +01:00
parent 41cf61402c
commit 687fbf282f
1 changed files with 2 additions and 1 deletions

View File

@ -126,4 +126,5 @@ memtable:
class_name: TrieMemtable class_name: TrieMemtable
# Note: keep the memtable configuration at the end of the file, so that the default mapping can be changed without # Note: keep the memtable configuration at the end of the file, so that the default mapping can be changed without
# duplicating the whole section above. # duplicating the whole section above.
# ===== DO NOT PUT ANYTHING AFTER MEMTABLE CONFIG ===== # ===== DO NOT PUT ANYTHING AFTER MEMTABLE CONFIG AND PRESERVE A NEWLINE AT THE END (other parts of test yamls are appended there) =====