Remove a useless semicolon in Target.hpp

This commit is contained in:
Username404 2021-12-21 19:47:31 +01:00
parent ab01c1bcb2
commit c45d5458e7
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

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