From b5b8c5d587f6c3a084104c5c6ff4b8d172097d62 Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Thu, 10 May 2018 14:27:10 -0700 Subject: [PATCH] fix: white space issue in getKnobDescription --- fdbrpc/BlobStore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdbrpc/BlobStore.h b/fdbrpc/BlobStore.h index 2c53164ee6f..000f0569d06 100644 --- a/fdbrpc/BlobStore.h +++ b/fdbrpc/BlobStore.h @@ -71,7 +71,7 @@ class BlobStoreEndpoint : public ReferenceCounted { std::string getURLParameters() const; static std::vector getKnobDescriptions() { return { - "secure_connection (or sc) Set 1 for secure connection and 0 for insecure connection.", + "secure_connection (or sc) Set 1 for secure connection and 0 for insecure connection.", "connect_tries (or ct) Number of times to try to connect for each request.", "connect_timeout (or cto) Number of seconds to wait for a connect request to succeed.", "max_connection_life (or mcl) Maximum number of seconds to use a single TCP connection.",