Updated clang format, and restored dsd file handling that was actually broken
This commit is contained in:
@@ -74,7 +74,7 @@ namespace lms::db
|
||||
class SelectStatement
|
||||
{
|
||||
public:
|
||||
SelectStatement(){};
|
||||
SelectStatement() {};
|
||||
SelectStatement(const std::string& item);
|
||||
|
||||
SelectStatement& And(const std::string& item);
|
||||
|
||||
Reference in New Issue
Block a user