Skip to content

Commit

Permalink
Use import Bitwise instead of use Bitwise (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryvasquez committed Oct 14, 2022
1 parent c319660 commit d0ff450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nebulex/adapters/replicated.ex
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ defmodule Nebulex.Adapters.Replicated do
# Inherit default persistence implementation
use Nebulex.Adapter.Persistence

use Bitwise, only_operators: true
import Bitwise, only: [<<<: 2]

import Nebulex.Adapter
import Nebulex.Helpers
Expand Down

0 comments on commit d0ff450

Please sign in to comment.