Skip to content

Commit

Permalink
[planar] Fixing codacy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jan 31, 2024
1 parent 97c87c4 commit d6585aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/planar/isPlanar_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ pgr_do_isPlanar(
std::ostringstream err;
std::ostringstream notice;
char* hint = nullptr;
bool result = false;
try {
pgassert(!(*log_msg));
pgassert(!(*notice_msg));
pgassert(!(*err_msg));

bool result = false;
graphType gType = UNDIRECTED;

hint = edges_sql;
Expand Down

0 comments on commit d6585aa

Please sign in to comment.