mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-05 19:17:25 +00:00
style: clang-format the entire project
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
#include "minecraft/client/gui/Screen.h"
|
||||
|
||||
ErrorScreen::ErrorScreen(const std::string& title,
|
||||
const std::string& message) {
|
||||
ErrorScreen::ErrorScreen(const std::string& title, const std::string& message) {
|
||||
this->title = title;
|
||||
this->message = message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user