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:
@ -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"}}}]
|
||||
|
2
tests/fixtures/generic/cbt-multiple-rows.out
vendored
2
tests/fixtures/generic/cbt-multiple-rows.out
vendored
@ -5,4 +5,4 @@ foo
|
||||
----------------------------------------
|
||||
bar
|
||||
foo:bar @ 1970/01/01-01:00:00.000000
|
||||
"baz2"
|
||||
"baz2"
|
||||
|
2
tests/fixtures/generic/cbt-single.json
vendored
2
tests/fixtures/generic/cbt-single.json
vendored
@ -1 +1 @@
|
||||
[{"key":"foo","cells":{"foo":{"bar":"baz"}}}]
|
||||
[{"key":"foo","cells":{"foo":{"bar":"baz"}}}]
|
||||
|
Reference in New Issue
Block a user