mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Fix indentation
This commit is contained in:
parent
cc83db5c97
commit
e77db8244f
@ -241,7 +241,7 @@ draft: false
|
|||||||
} else if (myT1s.has(T1Key)) {
|
} else if (myT1s.has(T1Key)) {
|
||||||
const T1Val=myT1s.get(T1Key)
|
const T1Val=myT1s.get(T1Key)
|
||||||
if (T1range.min<=T1Val && T1Val<=T1range.max) {
|
if (T1range.min<=T1Val && T1Val<=T1range.max) {
|
||||||
allowT1=true
|
allowT1=true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const key2 = JSON.stringify([d.molecule, exc.initial, exc.final, exc.cVertExcitationKind])
|
const key2 = JSON.stringify([d.molecule, exc.initial, exc.final, exc.cVertExcitationKind])
|
||||||
|
Loading…
Reference in New Issue
Block a user