Skip to content

Commit

Permalink
Fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaksandrDziarkach committed Aug 23, 2023
1 parent fcb4646 commit 2823708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/indigo-core/reaction/src/reaction_auto_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ void ReactionAutoLoader::_loadReaction(BaseReaction& reaction)
{
loader.loadQueryReaction(static_cast<QueryReaction&>(reaction));
}
catch(Exception& e)
catch (Exception& e)
{
loader.smarts_mode = true;
_scanner->seek(pos, SEEK_SET);
Expand Down

0 comments on commit 2823708

Please sign in to comment.