10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Fix indentation

This commit is contained in:
Mickaël Véril 2020-04-14 10:04:41 +02:00
parent cc83db5c97
commit e77db8244f

View File

@ -241,7 +241,7 @@ draft: false
} else if (myT1s.has(T1Key)) {
const T1Val=myT1s.get(T1Key)
if (T1range.min<=T1Val && T1Val<=T1range.max) {
allowT1=true
allowT1=true
}
}
const key2 = JSON.stringify([d.molecule, exc.initial, exc.final, exc.cVertExcitationKind])