You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/06/09 00:57:12 UTC

[3/4] incubator-tinkerpop git commit: removed unnecessary blank lines

removed unnecessary blank lines


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

Branch: refs/heads/master
Commit: da3d36b0a404cb90d92fdf2a747ac61e4d63e87a
Parents: 3268576
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Tue Jun 9 00:45:07 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Tue Jun 9 00:45:07 2015 +0200

----------------------------------------------------------------------
 docs/src/gremlin-applications.asciidoc | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/da3d36b0/docs/src/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/gremlin-applications.asciidoc b/docs/src/gremlin-applications.asciidoc
index 31263b5..2d9f1f7 100644
--- a/docs/src/gremlin-applications.asciidoc
+++ b/docs/src/gremlin-applications.asciidoc
@@ -1044,8 +1044,6 @@ It is rare that a user will ever interact with a `Traverser` directly. However,
 
 [source,groovy]
 ----
-
-
 gremlin> g.V().map{it.get().value('name')}  // conventional
 ==>marko
 ==>vadas