style: run clang-format and configure pre-commit hooks
This commit is contained in:
@@ -11,16 +11,16 @@ namespace fces {
|
||||
|
||||
class Telemetry {
|
||||
public:
|
||||
static Telemetry& get();
|
||||
static Telemetry &get();
|
||||
|
||||
void info(const std::string& event, const std::string& detail = "");
|
||||
void warning(const std::string& event, const std::string& detail = "");
|
||||
void error(const std::string& event, const std::string& detail = "");
|
||||
void info(const std::string &event, const std::string &detail = "");
|
||||
void warning(const std::string &event, const std::string &detail = "");
|
||||
void error(const std::string &event, const std::string &detail = "");
|
||||
|
||||
void push_to_remote();
|
||||
void push_to_remote();
|
||||
|
||||
private:
|
||||
Telemetry() = default;
|
||||
Telemetry() = default;
|
||||
};
|
||||
|
||||
} // namespace fces
|
||||
} // namespace fces
|
||||
|
||||
Reference in New Issue
Block a user