mirror of
https://github.com/sasjs/core.git
synced 2026-01-03 23:50:06 +00:00
chore(lint): fix indentation
This commit is contained in:
2
all.sas
2
all.sas
@@ -7646,7 +7646,7 @@ data &ds1;
|
|||||||
%end;
|
%end;
|
||||||
|
|
||||||
%let numvars=%mf_getvarlist(&libds,typefilter=N);
|
%let numvars=%mf_getvarlist(&libds,typefilter=N);
|
||||||
%if &numvars ^= %then %do i=1 %to %sysfunc(countw(&numvars));
|
%if &numvars ^= %then %do i=1 %to %sysfunc(countw(&numvars));
|
||||||
%let col=%scan(&numvars,&i);
|
%let col=%scan(&numvars,&i);
|
||||||
&col=&n1;
|
&col=&n1;
|
||||||
%end;
|
%end;
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ data &ds1;
|
|||||||
%end;
|
%end;
|
||||||
|
|
||||||
%let numvars=%mf_getvarlist(&libds,typefilter=N);
|
%let numvars=%mf_getvarlist(&libds,typefilter=N);
|
||||||
%if &numvars ^= %then %do i=1 %to %sysfunc(countw(&numvars));
|
%if &numvars ^= %then %do i=1 %to %sysfunc(countw(&numvars));
|
||||||
%let col=%scan(&numvars,&i);
|
%let col=%scan(&numvars,&i);
|
||||||
&col=&n1;
|
&col=&n1;
|
||||||
%end;
|
%end;
|
||||||
|
|||||||
Reference in New Issue
Block a user