From cf7dd8c22b7550b7a251e73cc3d96751609cc52a Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Wed, 23 Sep 2020 07:52:18 +0200 Subject: [PATCH] Fixes trailing whitespace --- pkgs/development/python-modules/notebook/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/notebook/default.nix b/pkgs/development/python-modules/notebook/default.nix index d7232e58ceb..04fe19377f8 100644 --- a/pkgs/development/python-modules/notebook/default.nix +++ b/pkgs/development/python-modules/notebook/default.nix @@ -67,10 +67,9 @@ buildPythonPackage rec { "TestInstallServerExtension" "launch_socket" "sock_server" - ] - ++ lib.optional stdenv.isDarwin [ + ] ++ lib.optional stdenv.isDarwin [ "test_delete" - "test_checkpoints_follow_file" + "test_checkpoints_follow_file" ]; # Some of the tests use localhost networking.