From 106a2f0be9274130cf2a1a5b30ee30f974d7aa12 Mon Sep 17 00:00:00 2001 From: Username404 Date: Tue, 21 Dec 2021 19:47:31 +0100 Subject: [PATCH] Remove a useless semicolon in Target.hpp --- src/headers/transpiler/Target.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/headers/transpiler/Target.hpp b/src/headers/transpiler/Target.hpp index cac1243..907e629 100644 --- a/src/headers/transpiler/Target.hpp +++ b/src/headers/transpiler/Target.hpp @@ -144,6 +144,6 @@ shared_ptr Target::forName(string_view name, const bool newLines = true) #undef ADDTARGET #undef make_task return target; -}; +} #endif //YERBACON_TARGET_HPP \ No newline at end of file