1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

fix: linting

This commit is contained in:
2021-04-03 21:30:51 +02:00
parent 096bf4fa11
commit 0a38056c69
88 changed files with 1762 additions and 1468 deletions

View File

@@ -50,8 +50,8 @@
%mf_verifymacvars(tree name)
/**
* check tree exists
*/
* check tree exists
*/
data _null_;
length type uri $256;
@@ -67,8 +67,8 @@ run;
)
/**
* Check object does not exist already
*/
* Check object does not exist already
*/
data _null_;
length type uri $256;
rc=metadata_pathobj("","&tree/&name","Note",type,uri);
@@ -83,8 +83,8 @@ run;
%end;
/**
* Now we can create the document
*/
* Now we can create the document
*/
filename &frefin temp;
/* write header XML */