From d4054e0cf88bdf85cbde33b6416a6eb20da876e2 Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Wed, 4 Sep 2019 10:31:22 -0700 Subject: [PATCH] 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 --- conf/cassandra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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