Commit 63e41b4e by Sachin Basil John

more formatting

parent 0382e892
...@@ -61,7 +61,8 @@ static void testErrorTaskAction(embb::tasks::TaskContext & context) { ...@@ -61,7 +61,8 @@ static void testErrorTaskAction(embb::tasks::TaskContext & context) {
context.SetStatus(MTAPI_ERR_ACTION_FAILED); context.SetStatus(MTAPI_ERR_ACTION_FAILED);
} }
static void testDoSomethingElse() { } static void testDoSomethingElse() {
}
TaskTest::TaskTest() { TaskTest::TaskTest() {
CreateUnit("tasks_cpp task test").Add(&TaskTest::TestBasic, this); CreateUnit("tasks_cpp task test").Add(&TaskTest::TestBasic, this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment