Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
harenson committed Jan 31, 2020
1 parent f71ebc0 commit b9215a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/tasks/src/modules/kt_compactor.erl
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ track_job(JobType, Fun, Args) ->

-spec track_job(kz_term:ne_binary(), function(), [term()], dbs_and_sizes()) -> rows().
track_job(JobType, Fun, Args, Dbs) when is_function(Fun)
andalso is_list(Args) ->
andalso is_list(Args) ->
try
CallId = build_compaction_callid(JobType),
kz_log:put_callid(CallId),
Expand Down

0 comments on commit b9215a5

Please sign in to comment.