1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

Add newlines at end of files

This commit is contained in:
Andreas Weiden
2022-12-12 15:43:22 +01:00
parent 532c37140c
commit 27acedf8b7
6 changed files with 6 additions and 6 deletions

@ -1 +1 @@
[{"key":"foo","cells":{"bat":{"bar":"baz"},"foo":{"bar1":"baz1","bar2":"baz2"}}}]
[{"key":"foo","cells":{"bat":{"bar":"baz"},"foo":{"bar1":"baz1","bar2":"baz2"}}}]

@ -5,4 +5,4 @@ foo
foo:bar2 @ 1970/01/01-01:00:00.000000
"baz2"
bat:bar @ 1970/01/01-01:00:00.000000
"baz"
"baz"

@ -1 +1 @@
[{"key":"foo","cells":[{"column_family":"foo","column":"bar","timestamp":"1970-01-01T01:00:00","value":"baz1"}]},{"key":"bar","cells":[{"column_family":"foo","column":"bar","timestamp":"1970-01-01T01:00:00","value":"baz2"}]}]
[{"key":"foo","cells":[{"column_family":"foo","column":"bar","timestamp":"1970-01-01T01:00:00","value":"baz1"}]},{"key":"bar","cells":[{"column_family":"foo","column":"bar","timestamp":"1970-01-01T01:00:00","value":"baz2"}]}]

@ -1 +1 @@
[{"key":"foo","cells":{"foo":{"bar":"baz1"}}},{"key":"bar","cells":{"foo":{"bar":"baz2"}}}]
[{"key":"foo","cells":{"foo":{"bar":"baz1"}}},{"key":"bar","cells":{"foo":{"bar":"baz2"}}}]

@ -5,4 +5,4 @@ foo
----------------------------------------
bar
foo:bar @ 1970/01/01-01:00:00.000000
"baz2"
"baz2"

@ -1 +1 @@
[{"key":"foo","cells":{"foo":{"bar":"baz"}}}]
[{"key":"foo","cells":{"foo":{"bar":"baz"}}}]