mirror of https://github.com/apache/cassandra
ninja: Fix "No newline at end of file" in c*.yaml
After building artifacts, a diff is left over, so let's fix that: diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 28d86fd10a..e776a5a620 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -1341,4 +1341,4 @@ enable_sasi_indexes: false # Enables creation of transiently replicated keyspaces on this node. # Transient replication is experimental and is not recommended for production use. -enable_transient_replication: false \ No newline at end of file +enable_transient_replication: false
This commit is contained in:
parent
fa167135f8
commit
d4054e0cf8
|
|
@ -1341,4 +1341,4 @@ enable_sasi_indexes: false
|
|||
|
||||
# Enables creation of transiently replicated keyspaces on this node.
|
||||
# Transient replication is experimental and is not recommended for production use.
|
||||
enable_transient_replication: false
|
||||
enable_transient_replication: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue