Skip to content

Commit 5b20dd5

Browse files
committed
fix: linting with new elixir version
1 parent 80e69c3 commit 5b20dd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ee/rbac/lib/rbac/store/user_permissions.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@ defmodule Rbac.Store.UserPermissions do
226226
RBI.generate_cache_key(rbi)
227227
end)
228228

229-
case @store_backend.put_batch(@user_permissions_store_name, keys, permissions, timeout: 60_000) do
229+
case @store_backend.put_batch(@user_permissions_store_name, keys, permissions,
230+
timeout: 60_000
231+
) do
230232
{:ok, no_of_inserts} ->
231233
Logger.info("[User-Permissions Store] Batch inserted #{no_of_inserts} into the cache")
232234
:ok

0 commit comments

Comments
 (0)