Skip to content

Commit d58f2b0

Browse files
authored
Fix Elixir 1.14 warnings (#30)
1 parent 9d11352 commit d58f2b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/plug/crypto/key_generator_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Plug.Crypto.KeyGeneratorTest do
22
use ExUnit.Case, async: true
33

44
import Plug.Crypto.KeyGenerator
5-
use Bitwise
5+
import Bitwise
66

77
@max_length bsl(1, 32) - 1
88

0 commit comments

Comments
 (0)