Skip to content

Commit cdb6b83

Browse files
committed
Replaced variable type to 'auto'
1 parent 1b6b631 commit cdb6b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/rules-check/rules-check.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void print_help(const char *name) {
3232

3333

3434
int main(int argc, char **argv) {
35-
std::unique_ptr<modsecurity::RulesSet> rules = std::make_unique<modsecurity::RulesSet>();
35+
auto rules = std::make_unique<modsecurity::RulesSet>();
3636
char **args = argv;
3737
int ret = 0;
3838

0 commit comments

Comments
 (0)