Remove a useless semicolon in Target.hpp

This commit is contained in:
Username404 2021-12-21 19:47:31 +01:00
parent cb8e818956
commit 106a2f0be9
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -144,6 +144,6 @@ shared_ptr<Target> Target::forName(string_view name, const bool newLines = true)
#undef ADDTARGET
#undef make_task
return target;
};
}
#endif //YERBACON_TARGET_HPP