Add a newline to the output in Target.hpp
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
6beccf242b
commit
eb18940364
|
@ -104,7 +104,7 @@ public:
|
||||||
) += " is not supported by the current target");
|
) += " is not supported by the current target");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return output.str();
|
return output.str() + '\n';
|
||||||
};
|
};
|
||||||
explicit Target(const bool newLines): newLines(newLines) {};
|
explicit Target(const bool newLines): newLines(newLines) {};
|
||||||
virtual ~Target() = default;
|
virtual ~Target() = default;
|
||||||
|
|
Loading…
Reference in New Issue