Fix braces; make lint

This commit is contained in:
Loren Burkholder 2021-01-25 19:27:29 -05:00
parent d2e193ff78
commit 4e4a9c6e0c
1 changed files with 2 additions and 1 deletions

View File

@ -59,8 +59,9 @@ getJdenticonInterface()
}
}
}
} else
} else {
nhlog::ui()->info("jdenticon plugin not found.");
}
}
return interface;