aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2019-12-24 11:31:40 +0800
committershedaniel <daniel@shedaniel.me>2019-12-24 11:31:40 +0800
commit08d80d588a36598114087a79917e36e9d2cc97c3 (patch)
tree95cde698bbf1eca2f83143d39fd206cf2dc803f2 /src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java
parent7d438f554c4173880a407a6bb8fc80b8a4723845 (diff)
downloadRoughlyEnoughItems-08d80d588a36598114087a79917e36e9d2cc97c3.tar.gz
RoughlyEnoughItems-08d80d588a36598114087a79917e36e9d2cc97c3.tar.bz2
RoughlyEnoughItems-08d80d588a36598114087a79917e36e9d2cc97c3.zip
Finishing workstation usage and close #220
Diffstat (limited to 'src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java')
-rw-r--r--src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java b/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java
index 174f4e5c3..3a7bd6307 100644
--- a/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java
+++ b/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java
@@ -11,7 +11,7 @@ import java.util.function.Supplier;
public class ExecutorUtil {
private ExecutorUtil() {
}
-
+
public static void execute(Supplier<Runnable> runnableSupplier) {
runnableSupplier.get().run();
}