ksys/eft: Fix formatting issue

This commit is contained in:
Léo Lam 2021-04-26 14:27:54 +02:00
parent 450f559602
commit f365c0b591
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace ksys::eft {
class InfoData {
SEAD_SINGLETON_DISPOSER(InfoData)
InfoData()=default;
InfoData() = default;
virtual ~InfoData();
public: