fix formatting of tabs to spaces
Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/ff312980 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/ff312980 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/ff312980 Branch: refs/heads/master Commit: ff312980a2af2acbca769a1e7dad30c4f1e27f94 Parents: 40cc7a5 Author: Lewis John McGibbney <[email protected]> Authored: Thu Jun 19 16:44:15 2014 -0400 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Jun 19 16:44:15 2014 -0400 ---------------------------------------------------------------------- gora-core/src/examples/avro/employee.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/ff312980/gora-core/src/examples/avro/employee.json ---------------------------------------------------------------------- diff --git a/gora-core/src/examples/avro/employee.json b/gora-core/src/examples/avro/employee.json index cfbbb26..6d0af57 100644 --- a/gora-core/src/examples/avro/employee.json +++ b/gora-core/src/examples/avro/employee.json @@ -10,9 +10,9 @@ {"name": "boss", "type":["null","Employee","string"],"default":null}, {"name": "webpage","default":null, "type":["null", { - "type": "record", - "name": "WebPage", - "namespace": "org.apache.gora.examples.generated", + "type": "record", + "name": "WebPage", + "namespace": "org.apache.gora.examples.generated", "fields" : [ {"name": "url", "type": ["null","string"], "default":null}, {"name": "content", "type": ["null","bytes"],"default":null}, @@ -29,7 +29,7 @@ ] }} ] - } + } ]} ] }
