1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 14:26:39 +02:00

Remove unnecessary return statements at the end of blocks.

This commit is contained in:
Sadie Powell
2025-10-24 10:22:29 +01:00
parent 59c8867e64
commit 909a77efb9
42 changed files with 0 additions and 128 deletions
-2
View File
@@ -183,8 +183,6 @@ public:
}
FOREACH_MOD(OnPostHelp, (source, params));
return;
}
};