Remove trailing space characters
Trailing space characters do nothing except take up disk space, they should be removed
This commit is contained in:
@@ -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.*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user