mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 08:47:57 -05:00
Reformat code with clang format
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "Parsing/IParserLineStream.h"
|
||||
#include "TechsetDefinition.h"
|
||||
#include "Utils/ClassUtils.h"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "Utils/ClassUtils.h"
|
||||
#include "TechsetDefinition.h"
|
||||
#include "Parsing/IParserLineStream.h"
|
||||
|
||||
namespace techset
|
||||
{
|
||||
class TechsetFileReader
|
||||
@ -22,4 +22,4 @@ namespace techset
|
||||
|
||||
_NODISCARD std::unique_ptr<TechsetDefinition> ReadTechsetDefinition() const;
|
||||
};
|
||||
}
|
||||
} // namespace techset
|
||||
|
Reference in New Issue
Block a user