Skip to content

Commit 1b7c65a

Browse files
committedApr 12, 2024·
GML-1628 adding spacing
1 parent 55e2eb5 commit 1b7c65a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎algorithms/Centrality/pagerank/global/weighted/tg_pagerank_wt.gsql

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ END; # END WHILE loop
8989
IF file_path != "" THEN
9090
f.println("Vertex_ID", "PageRank");
9191
END;
92+
9293
V_all = {v_type};
9394
V = SELECT s
9495
FROM V_all:s

0 commit comments

Comments
 (0)
Please sign in to comment.