Skip to content

Commit 4c5bf40

Browse files
committed
jupyterlab: brew style --fix
Needed for Homebrew/brew#15136.
1 parent edfb3fd commit 4c5bf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/jupyterlab.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def install
422422
linked_setuptools = %w[jupyter-console]
423423
unlinked_hatch = %w[jupyterlab-server]
424424
unlinked_setuptools = (
425-
resources.map(&:name).to_set - preinstall - linked_hatch - linked_setuptools - unlinked_hatch
425+
resources.to_set(&:name) - preinstall - linked_hatch - linked_setuptools - unlinked_hatch
426426
)
427427

428428
pybuild = Formula["python-build"].opt_bin/"pyproject-build"

0 commit comments

Comments
 (0)