You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2019/09/04 17:33:47 UTC

[cassandra] branch trunk updated: ninja: Fix "No newline at end of file" in c*.yaml

This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d4054e0  ninja: Fix "No newline at end of file" in c*.yaml
d4054e0 is described below

commit d4054e0cf88bdf85cbde33b6416a6eb20da876e2
Author: Michael Shuler <ms...@apache.org>
AuthorDate: Wed Sep 4 10:31:22 2019 -0700

    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 28d86fd..e776a5a 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org