rtmill / Data-Quality-Analysis

The PEDSnet Data Quality Assessment Toolkit (OMOP CDM)
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

edit structure of 'else' statements #3

Open rtmill opened 5 years ago

rtmill commented 5 years ago

Causing errors in some cases. See: https://stackoverflow.com/questions/14865435/unexpected-else-in-else-error/14865524

from:

}
else{

to: }else{