Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored and actions-user committed Oct 24, 2024
1 parent 7fe53ce commit 4ef035f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Transactions/Builder/EvmCallBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct()

$this->transaction->data = [
// Type and type group are going to be removed, hardcoding for now
'type' => 8, //
'type' => 8, //
'typeGroup' => 1,
'amount' => '0',
'senderPublicKey' => '',
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Transactions/DeserializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace ArkEcosystem\Tests\Crypto\Unit\Transactions;

use ArkEcosystem\Tests\Crypto\TestCase;
use ArkEcosystem\Crypto\Transactions\Transaction;
use ArkEcosystem\Tests\Crypto\TestCase;

/**
* @covers \ArkEcosystem\Crypto\Deserializer\Deserializer
Expand Down

0 comments on commit 4ef035f

Please sign in to comment.