Skip to content

Commit

Permalink
Fixes Bitwise warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesduncombe committed Apr 2, 2024
1 parent d976ba5 commit 24d9100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tt_eth/bit_helper.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule TTEth.BitHelper do
SEE: https://github.com/mana-ethereum/mana/blob/master/apps/blockchain/lib/bit_helper.ex
"""
use Bitwise
import Bitwise

@doc """
Simply returns the rightmost n bits of a binary.
Expand Down

0 comments on commit 24d9100

Please sign in to comment.