Skip to content

Commit

Permalink
fixing indentation.
Browse files Browse the repository at this point in the history
Signed-off-by: talktovikas <[email protected]>
  • Loading branch information
talktovikas committed Dec 9, 2024
1 parent 8883d5d commit 3bb5876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oc_erchef/apps/oc_chef_wm/src/chef_wm_search.erl
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ safe_split(N, L) ->
search_result_start(Start, Total) ->
% {"total":Total,"start":Start,"rows":[i1, i2]}
["\"rows\":[", ",",
integer_to_list(Start), "\"start\":", ",",
integer_to_list(Total), "\"total\":", "{"].
integer_to_list(Start), "\"start\":", ",",
integer_to_list(Total), "\"total\":", "{"].

search_result_finish(Result) ->
%% Note that all we need here is an iolist not a flat binary.
Expand Down

0 comments on commit 3bb5876

Please sign in to comment.