Skip to content

Commit 92318f9

Browse files
committed
fix lint
1 parent c2c2bb0 commit 92318f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native-quick-crypto/cpp/cipher/HybridCipherFactory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include "GCMCipher.hpp"
1111
#include "HybridCipherFactorySpec.hpp"
1212
#include "OCBCipher.hpp"
13-
#include "utils/Utils.hpp"
1413
#include "XSalsa20Cipher.hpp"
14+
#include "utils/Utils.hpp"
1515

1616
namespace margelo::nitro::crypto {
1717

packages/react-native-quick-crypto/cpp/cipher/XSalsa20Cipher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include <stdexcept> // For std::runtime_error
33

44
#include "NitroModules/ArrayBuffer.hpp"
5-
#include "utils/Utils.hpp"
65
#include "XSalsa20Cipher.hpp"
6+
#include "utils/Utils.hpp"
77

88
namespace margelo::nitro::crypto {
99

0 commit comments

Comments
 (0)