summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r--src/mongo/db/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands.h b/src/mongo/db/commands.h
index e9516c75f29..5779d89e7e9 100644
--- a/src/mongo/db/commands.h
+++ b/src/mongo/db/commands.h
@@ -134,6 +134,7 @@ struct CommandHelpers {
arg == "writeConcern" || //
arg == "lsid" || //
arg == "txnNumber" || //
+ arg == "autocommit" || //
false; // These comments tell clang-format to keep this line-oriented.
}