Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Feb 14, 2024
1 parent 16c0e33 commit efcc03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/state/MultiStack.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
pragma solidity ^0.8.0;

struct MultiStack {
bytes32 inactiveStackHash; // NO_STACK_HASH if no stack, 0 if empty stack
bytes32 remainingHash; // 0 if less than 2 cothreads exist
bytes32 inactiveStackHash; // NO_STACK_HASH if no stack, 0 if empty stack
bytes32 remainingHash; // 0 if less than 2 cothreads exist
}

library MultiStackLib {
Expand Down

0 comments on commit efcc03d

Please sign in to comment.