mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-08 01:37:25 +00:00
Reformat code with clang format
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <exception>
|
||||
|
||||
#include "Utils/ClassUtils.h"
|
||||
|
||||
#include <exception>
|
||||
#include <string>
|
||||
|
||||
class WritingException final : public std::exception
|
||||
{
|
||||
std::string m_error_message;
|
||||
|
Reference in New Issue
Block a user