mirror of
https://github.com/anope/anope.git
synced 2026-06-27 22:36:39 +02:00
Use auto in as many places as possible.
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ public:
|
||||
full_command += " " + params[i];
|
||||
full_command.erase(full_command.begin());
|
||||
|
||||
CommandInfo::map::const_iterator it = map.find(full_command);
|
||||
auto it = map.find(full_command);
|
||||
if (it == map.end())
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user