From: Brendan Hansen Date: Mon, 8 Apr 2019 13:59:53 +0000 (-0500) Subject: finishing changes X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=07b37ac353b98aa5c5a91b7458ed8edefd6722e7;p=graph-algorithms.git finishing changes --- diff --git a/lua/regions.lua b/lua/regions.lua index 204e6b0..d459de6 100644 --- a/lua/regions.lua +++ b/lua/regions.lua @@ -111,4 +111,4 @@ function Regions:update() end end -return Regions \ No newline at end of file +return Regions diff --git a/modules/graph_algorithms.c b/modules/graph_algorithms.c index 9195835..2dfd0e9 100644 --- a/modules/graph_algorithms.c +++ b/modules/graph_algorithms.c @@ -489,4 +489,4 @@ int kruskals(lua_State *L) //sq_delete(visited_nodes); //sq_delete(from_visited_nodes); return 2; -} \ No newline at end of file +}