Skip to content

Commit d6585aa

Browse files
committed
[planar] Fixing codacy errors
1 parent 97c87c4 commit d6585aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/planar/isPlanar_driver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ pgr_do_isPlanar(
5858
std::ostringstream err;
5959
std::ostringstream notice;
6060
char* hint = nullptr;
61-
bool result = false;
6261
try {
6362
pgassert(!(*log_msg));
6463
pgassert(!(*notice_msg));
6564
pgassert(!(*err_msg));
65+
66+
bool result = false;
6667
graphType gType = UNDIRECTED;
6768

6869
hint = edges_sql;

0 commit comments

Comments
 (0)