mirror of
https://github.com/sasjs/core.git
synced 2026-04-21 15:31:31 +00:00
fix: adding mend to every macro statement using sasjs lint fix
This commit is contained in:
+2
-2
@@ -115,7 +115,7 @@ create table _data_ as
|
||||
end;
|
||||
run;
|
||||
%put &=constraints_used;
|
||||
%mend;
|
||||
%mend addConst;
|
||||
|
||||
data _null_;
|
||||
file &fref;
|
||||
@@ -378,4 +378,4 @@ run;
|
||||
run;
|
||||
%end;
|
||||
|
||||
%mend;
|
||||
%mend mp_getddl;
|
||||
Reference in New Issue
Block a user