Skip to content

Commit 3dc8918

Browse files
committed
refactor: format
Signed-off-by: Rob Walworth <[email protected]>
1 parent 8bdccdf commit 3dc8918

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/sdk/main/include/hooks/LambdaEvmHook.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#ifndef HIERO_SDK_CPP_LAMBDA_EVM_HOOK_H_
33
#define HIERO_SDK_CPP_LAMBDA_EVM_HOOK_H_
44

5-
#include "hooks/LambdaStorageUpdate.h"
65
#include "hooks/EvmHookSpec.h"
6+
#include "hooks/LambdaStorageUpdate.h"
77

88
#include <vector>
99

@@ -69,7 +69,7 @@ class LambdaEvmHook : public EvmHookSpec
6969
/**
7070
* The initial storage updates for the lambda, if any.
7171
*/
72-
std::vector<LambdaStorageUpdate> mStorageUpdates;
72+
std::vector<LambdaStorageUpdate> mStorageUpdates;
7373
};
7474

7575
} // namespace Hiero

src/sdk/main/src/hooks/LambdaMappingEntries.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
namespace Hiero
99
{
1010
//-----
11-
LambdaMappingEntries LambdaMappingEntries::fromProtobuf(const com::hedera::hapi::node::hooks::LambdaMappingEntries&
12-
proto)
11+
LambdaMappingEntries LambdaMappingEntries::fromProtobuf(
12+
const com::hedera::hapi::node::hooks::LambdaMappingEntries& proto)
1313
{
1414
LambdaMappingEntries lambdaMappingEntries;
1515
lambdaMappingEntries.mMappingSlot = internal::Utilities::stringToByteVector(proto.mapping_slot());

0 commit comments

Comments
 (0)