Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Jul 25, 2024
1 parent af2867f commit 0683ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ foreach file in `helpfiles' {
cap noi log2html ./helpfiles/`file', bold replace linesize(100)
if _rc != 0 di as err "Conversersion of `file'.smcl failed"
if c(os) != "Windows" rm ./helpfiles/`file'.smcl
else erase ./helpfiles/`file'.smcl
else erase ./helpfiles/`file'.smcl
}
```

0 comments on commit 0683ec8

Please sign in to comment.