Change clang format line width to 120
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
class TestContext
|
||||
{
|
||||
public:
|
||||
void run(const std::unique_ptr<Solver>&& solver, const long long int expected1,
|
||||
const long long int expected2, const std::vector<std::string>& inputPaths);
|
||||
void run(const std::unique_ptr<Solver>&& solver, const long long int expected1, const long long int expected2,
|
||||
const std::vector<std::string>& inputPaths);
|
||||
std::vector<std::string> getInputPaths() const;
|
||||
std::vector<std::string> getExampleInputPaths() const;
|
||||
};
|
||||
|
||||
@@ -36,6 +36,5 @@ std::vector<std::string> TestContext::getInputPaths() const
|
||||
|
||||
std::vector<std::string> TestContext::getExampleInputPaths() const
|
||||
{
|
||||
return std::vector<std::string>{ "data/examples", "../../../data/examples",
|
||||
"../../../../data/examples" };
|
||||
return std::vector<std::string>{ "data/examples", "../../../data/examples", "../../../../data/examples" };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user