Skip to content

Commit abd493a

Browse files
committed
Migrate Nebulex.Adapters.Multilevel adapter
1 parent 1b7510e commit abd493a

31 files changed

+3062
-371
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- elixir: 1.15.x
3737
otp: 25.x
3838
os: 'ubuntu-latest'
39-
- elixir: 1.12.x
39+
- elixir: 1.14.x
4040
otp: 23.x
4141
os: 'ubuntu-20.04'
4242

lib/nebulex/adapter/keyslot.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule Nebulex.Adapter.Keyslot do
3535
2
3636
3737
"""
38-
@callback hash_slot(key :: any, range :: pos_integer) :: non_neg_integer
38+
@callback hash_slot(key :: any(), range :: pos_integer()) :: non_neg_integer()
3939

4040
@doc false
4141
defmacro __using__(_opts) do

0 commit comments

Comments
 (0)