Skip to content

Commit 634f4f6

Browse files
committed
Underscore unused var
1 parent 6662918 commit 634f4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_recent_history_exchange/src/rabbit_db_rh_exchange_m2k_converter.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
Priv :: #?MODULE{}.
3131
%% @private
3232

33-
init_copy_to_khepri(Tables, StoreId) ->
33+
init_copy_to_khepri(_Tables, StoreId) ->
3434
State = #?MODULE{store_id = StoreId},
3535
{ok, State}.
3636

0 commit comments

Comments
 (0)