mirror of
https://github.com/anope/anope.git
synced 2026-06-29 21:26:38 +02:00
Remove unnecessary return statements at the end of blocks.
This commit is contained in:
@@ -42,8 +42,6 @@ public:
|
||||
source.Reply(_("Password reset email for \002%s\002 has been sent."), na->nick.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
bool OnHelp(CommandSource &source, const Anope::string &subcommand) override
|
||||
|
||||
Reference in New Issue
Block a user