Merge pull request #4611 from aaronfranke/formatting

Make file formatting comply with POSIX standards and remove trailing space characters
This commit is contained in:
evazion
2020-12-05 12:45:38 -06:00
committed by GitHub
29 changed files with 51 additions and 51 deletions

View File

@@ -33,7 +33,7 @@ CREATE FUNCTION public.favorites_insert_trigger() RETURNS trigger
begin
if (NEW.user_id % 100 = 0) then
insert into favorites_0 values (NEW.*);
elsif (NEW.user_id % 100 = 1) then
insert into favorites_1 values (NEW.*);