mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 23:07:14 +00:00
chore: format everything
This commit is contained in:
@@ -109,9 +109,7 @@ UIString::UIString(const wchar_t* constant) {
|
||||
m_core = std::shared_ptr<UIStringCore>(core);
|
||||
}
|
||||
|
||||
UIString::~UIString() {
|
||||
m_core = nullptr;
|
||||
}
|
||||
UIString::~UIString() { m_core = nullptr; }
|
||||
|
||||
bool UIString::empty() { return m_core.get() == nullptr; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user