mirror of
https://github.com/sasjs/core.git
synced 2026-01-09 02:10:06 +00:00
chore: more indentation fixes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
Example:
|
||||
|
||||
%mv_getjobcode(
|
||||
path=/Public/jobs
|
||||
path=/Public/jobs
|
||||
,name=some_job
|
||||
,outfile=/tmp/some_job.sas
|
||||
)
|
||||
@@ -129,7 +129,7 @@ data _null_;
|
||||
outfile:write(job)
|
||||
io.close(infile)
|
||||
io.close(outfile)
|
||||
';
|
||||
';
|
||||
run;
|
||||
%inc "&fpath3..lua";
|
||||
/* export to desired destination */
|
||||
|
||||
Reference in New Issue
Block a user