From e77db8244fb8555fb12e2408a55ea59b842df005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 14 Apr 2020 10:04:41 +0200 Subject: [PATCH] Fix indentation --- content/multipledataset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/multipledataset.html b/content/multipledataset.html index 60006acb..a2239a58 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -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])