Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Sep 21, 2024
1 parent 232ace3 commit 3472220
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/wylxbot/wylx/Core/Util/EnvUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import java.util.stream.Stream;

public class EnvUtils {


// From https://stackoverflow.com/a/52581380
public static Boolean isRunningInsideDocker() {
try (Stream<String> stream = Files.lines(Paths.get("/proc/1/cgroup"))) {
Expand Down

0 comments on commit 3472220

Please sign in to comment.