Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit bb9bc27

Browse files
committed
style: Remove useless variable
1 parent c97c62d commit bb9bc27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/julia-server.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
using Lint
22

33
named_pipe = ARGS[1]
4-
notinstalled = Pkg.installed("Lint") == nothing
54

6-
if notinstalled
5+
if Pkg.installed("Lint") == nothing
76
print(STDERR, "linter-julia-installing-lint")
87
try
98
Pkg.add("Lint")

0 commit comments

Comments
 (0)