mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-02-11 01:53:02 +00:00
Reformat code with clang format
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
|
||||
#include "Persistence/IDataRepository.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
class InMemoryRepository final : public IDataRepository
|
||||
{
|
||||
std::vector<EnumDefinition*> m_enums;
|
||||
|
||||
Reference in New Issue
Block a user