Remove a useless semicolon in Target.hpp
This commit is contained in:
parent
ab01c1bcb2
commit
c45d5458e7
|
@ -144,6 +144,6 @@ shared_ptr<Target> Target::forName(string_view name, const bool newLines = true)
|
||||||
#undef ADDTARGET
|
#undef ADDTARGET
|
||||||
#undef make_task
|
#undef make_task
|
||||||
return target;
|
return target;
|
||||||
};
|
}
|
||||||
|
|
||||||
#endif //YERBACON_TARGET_HPP
|
#endif //YERBACON_TARGET_HPP
|
Loading…
Reference in New Issue