Skip to content

Commit

Permalink
removing redundant spaces to make files same as interim1
Browse files Browse the repository at this point in the history
  • Loading branch information
akikrahman1 committed Sep 19, 2024
1 parent 9a30450 commit 943c116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ order by report_days.report_day;

END;
$function$
;
;
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ begin
min(case when jp.is_active = true then p.return_date else to_date('01/12/2099', 'dd/mm/yyyy') end)) <= p_end_date);
END;
$function$
;

;

0 comments on commit 943c116

Please sign in to comment.