Skip to content

Commit

Permalink
khepri_projection: Wrap a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Oct 11, 2024
1 parent 9bf22d6 commit efc491c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/khepri_projection.erl
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ new(Name, ProjectionFun, Options)
{_CustomFunOptions, _EtsOptions} = Value ->
Value
end,
EtsOptions1 = maps:fold(fun to_ets_options/3, ?DEFAULT_ETS_OPTS, EtsOptions),
EtsOptions1 = maps:fold(
fun to_ets_options/3, ?DEFAULT_ETS_OPTS, EtsOptions),
ShouldProcessFunction =
if
is_function(ProjectionFun, 2) ->
Expand Down

0 comments on commit efc491c

Please sign in to comment.