add end-of-file-fixer
This commit is contained in:
@@ -40,4 +40,4 @@ private:
|
||||
std::string decode_base64(const std::string &base64_str);
|
||||
Precondition::Type parse_precondition_type(const std::string &type_str);
|
||||
Operation::Type parse_operation_type(const std::string &type_str);
|
||||
};
|
||||
};
|
||||
|
||||
@@ -144,4 +144,4 @@ bool ParserComparison::operations_equal(const Operation &op1,
|
||||
const Operation &op2) {
|
||||
return op1.type == op2.type && op1.param1 == op2.param1 &&
|
||||
op1.param2 == op2.param2;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,4 +71,4 @@ private:
|
||||
* @return true if equal, false otherwise
|
||||
*/
|
||||
static bool operations_equal(const Operation &op1, const Operation &op2);
|
||||
};
|
||||
};
|
||||
|
||||
@@ -551,4 +551,4 @@ TEST_CASE("ApiUrlParser specific bug reproduction") {
|
||||
.empty());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user