summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ttl.h')
-rw-r--r--src/mongo/db/ttl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ttl.h b/src/mongo/db/ttl.h
index dc64fb09349..c015f394ce1 100644
--- a/src/mongo/db/ttl.h
+++ b/src/mongo/db/ttl.h
@@ -31,5 +31,5 @@
#pragma once
namespace mongo {
- void startTTLBackgroundJob();
+void startTTLBackgroundJob();
}