mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
fixup! clang-format
This commit is contained in:
parent
99b030c2f6
commit
bd19845ef6
@ -30,6 +30,7 @@
|
||||
class KnobKeyValuePairs {
|
||||
public:
|
||||
using container_t = std::unordered_map<std::string, ParsedKnobValue>;
|
||||
|
||||
private:
|
||||
// Here the knob value is directly stored, unlike KnobValue, for simplicity
|
||||
container_t knobs;
|
||||
@ -51,6 +52,7 @@ class KnobProtectiveGroup {
|
||||
void snapshotOriginalKnobs();
|
||||
|
||||
void assignKnobs(const KnobKeyValuePairs& overrideKnobs);
|
||||
|
||||
public:
|
||||
KnobProtectiveGroup(const KnobKeyValuePairs& overridenKnobs_);
|
||||
~KnobProtectiveGroup();
|
||||
|
Loading…
x
Reference in New Issue
Block a user