You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/04/07 00:49:41 UTC

[33/50] [abbrv] tinkerpop git commit: fix format

fix format

fixing format

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/79dc2cdf
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/79dc2cdf
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/79dc2cdf

Branch: refs/heads/tp33
Commit: 79dc2cdf157a4df688a68f80100e6aecefcc28b9
Parents: ba91545
Author: Ashwini Singh <30...@users.noreply.github.com>
Authored: Thu Mar 22 15:43:44 2018 -0700
Committer: GitHub <no...@github.com>
Committed: Thu Mar 22 15:43:44 2018 -0700

----------------------------------------------------------------------
 docs/src/dev/future/index.asciidoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/79dc2cdf/docs/src/dev/future/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/future/index.asciidoc b/docs/src/dev/future/index.asciidoc
index 9d3c49e..ee3c1a4 100644
--- a/docs/src/dev/future/index.asciidoc
+++ b/docs/src/dev/future/index.asciidoc
@@ -165,6 +165,7 @@ being discussed here TINKERPOP-1636). There will three types of output format.
 * GraphSONCompact: object reference along with properties 
 
 * GraphSON: object reference, properties and edge details(inE/outE). 
+
 === Comments
 This will enable the clients model based on their needs and avoid multiple query if they are sure what is expected 
 from a gremlin query. If we need more details like edges/property as part of response, we can override the server