From 92fcb8ee6b48672e1de0374b09dfa764887e7445 Mon Sep 17 00:00:00 2001 From: serenibyss <10861407+serenibyss@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:21:17 -0600 Subject: [PATCH] try to make github run the action --- .../java/gregtech/api/nuclear/fission/FissionReactor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/gregtech/api/nuclear/fission/FissionReactor.java b/src/main/java/gregtech/api/nuclear/fission/FissionReactor.java index 03a9dea92d1..b150f939ca3 100644 --- a/src/main/java/gregtech/api/nuclear/fission/FissionReactor.java +++ b/src/main/java/gregtech/api/nuclear/fission/FissionReactor.java @@ -11,8 +11,8 @@ public class FissionReactor { /** - * The gas constant in J * K^-1 * mol^-1 if you want to use a different set of units prepare thy life to become the - * worst of nightmares + * The gas constant in J * K^-1 * mol^-1 if you want to use a different + * set of units prepare thy life to become the worst of nightmares */ public static final double R = 8.31446261815324; /**