You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
clang format apply
This commit is contained in:
@ -21,17 +21,14 @@
|
||||
|
||||
namespace idbdatafile
|
||||
{
|
||||
|
||||
class NotImplementedYet : public std::logic_error
|
||||
{
|
||||
public:
|
||||
NotImplementedYet(const std::string &s);
|
||||
public:
|
||||
NotImplementedYet(const std::string& s);
|
||||
};
|
||||
|
||||
|
||||
NotImplementedYet::NotImplementedYet(const std::string &s) :
|
||||
std::logic_error(s)
|
||||
|
||||
NotImplementedYet::NotImplementedYet(const std::string& s) : std::logic_error(s)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace idbdatafile
|
||||
|
Reference in New Issue
Block a user