fix(Core/Banner): Add missing space (#5881)
This commit is contained in:
parent
e50754d804
commit
5ea56d79fc
3 changed files with 4 additions and 4 deletions
|
|
@ -16,8 +16,8 @@ void acore::Banner::Show(char const* applicationName, void(*log)(char const* tex
|
|||
log(" ██╔══██║ ███╔╝ ██╔══╝ ██╔══██╗██║ ██║ ██║ ██╔══██║");
|
||||
log(" ██║ ██║███████╗███████╗██║ ██║╚██████╔╝ ██║ ██║ ██║");
|
||||
log(" ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝");
|
||||
log(" ██████╗ ██████╗ ██████╗ ███████╗");
|
||||
log(" ██╔════╝██╔═══██╗██╔══██╗██╔═══╝");
|
||||
log(" ██████╗ ██████╗ ██████╗ ███████╗");
|
||||
log(" ██╔════╝██╔═══██╗██╔══██╗██╔════╝");
|
||||
log(" ██║ ██║ ██║██████╔╝█████╗");
|
||||
log(" ██║ ██║ ██║██╔══██╗██╔══╝");
|
||||
log(" ╚██████╗╚██████╔╝██║ ██║███████╗");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue