Fixes trailing whitespace

This commit is contained in:
Thibault Gagnaux 2020-09-23 07:52:18 +02:00 committed by Jon
parent 2030061cef
commit cf7dd8c22b

View File

@ -67,10 +67,9 @@ buildPythonPackage rec {
"TestInstallServerExtension" "TestInstallServerExtension"
"launch_socket" "launch_socket"
"sock_server" "sock_server"
] ] ++ lib.optional stdenv.isDarwin [
++ lib.optional stdenv.isDarwin [
"test_delete" "test_delete"
"test_checkpoints_follow_file" "test_checkpoints_follow_file"
]; ];
# Some of the tests use localhost networking. # Some of the tests use localhost networking.