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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user