From d83be055f00d6ceff4d4785b3ea499652f5a4deb Mon Sep 17 00:00:00 2001 From: Justin Hiemstra Date: Tue, 5 Dec 2023 17:14:55 +0000 Subject: [PATCH] Fixup whitespace to attempt new test kickoff --- xrootd/origin_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/xrootd/origin_test.go b/xrootd/origin_test.go index e819187e9..ff8453081 100644 --- a/xrootd/origin_test.go +++ b/xrootd/origin_test.go @@ -102,7 +102,6 @@ func originMockup(t *testing.T) context.CancelFunc { _ = daemon.LaunchDaemons(ctx, launchers) }() return cancel - } func TestOrigin(t *testing.T) {