Skip to content

Commit

Permalink
meh scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Feb 18, 2024
1 parent 4d02fe6 commit ffff810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/libdaemonjvm/internal/LockProcess.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object LockProcess {
def isRunning(pid: Int): Boolean = {
val maybeHandle = ProcessHandle.of(pid)
if (maybeHandle.isEmpty) false
else maybeHandle.get.isAlive
else maybeHandle.get.isAlive
}
}

Expand Down

0 comments on commit ffff810

Please sign in to comment.