Skip to content

Commit

Permalink
fix: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 15, 2025
1 parent fba0b7f commit 5eaf5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-nitro-modules/cpp/core/Promise.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include "AssertPromiseState.hpp"
#include "NitroDefines.hpp"
#include "ThreadPool.hpp"
#include "NitroTypeInfo.hpp"
#include "ThreadPool.hpp"
#include <exception>
#include <future>
#include <jsi/jsi.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ template <typename TResult>
class Promise;
} // namespace margelo::nitro

#include "Promise.hpp"
#include "NitroTypeInfo.hpp"
#include "Promise.hpp"
#include <exception>
#include <string>

Expand Down

0 comments on commit 5eaf5dd

Please sign in to comment.