diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 17:36:40 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 17:36:40 +0300 |
| commit | 1d4bf6e8b1208383021e22f61d859e9b721c482d (patch) | |
| tree | 21c8e0c4350d7c44d817243ebf409be625ea4f21 /launcher/InstanceTask.cpp | |
| parent | 38c57e163abad6216f7e0f44d401c362c5fd5da6 (diff) | |
| download | Project-Tick-1d4bf6e8b1208383021e22f61d859e9b721c482d.tar.gz Project-Tick-1d4bf6e8b1208383021e22f61d859e9b721c482d.zip | |
NOISSUE reformat MeshMC to new clang format rules and fixed macOS portability issue and java find issue
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'launcher/InstanceTask.cpp')
| -rw-r--r-- | launcher/InstanceTask.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/launcher/InstanceTask.cpp b/launcher/InstanceTask.cpp index fcff8559a9..05202e3d16 100644 --- a/launcher/InstanceTask.cpp +++ b/launcher/InstanceTask.cpp @@ -21,10 +21,6 @@ #include "InstanceTask.h" -InstanceTask::InstanceTask() -{ -} +InstanceTask::InstanceTask() {} -InstanceTask::~InstanceTask() -{ -} +InstanceTask::~InstanceTask() {} |
