From 06b690b5ef8b5d640984e5b9220fe692bcb9c49a Mon Sep 17 00:00:00 2001 From: sunyaqi Date: Tue, 17 Oct 2023 14:57:53 +0800 Subject: [PATCH] fixed Whitespace error: del tab --- test/jdk/tools/jpackage/linux/LinuxResourceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/tools/jpackage/linux/LinuxResourceTest.java b/test/jdk/tools/jpackage/linux/LinuxResourceTest.java index 5d558427b04cd..f38e0763d285c 100644 --- a/test/jdk/tools/jpackage/linux/LinuxResourceTest.java +++ b/test/jdk/tools/jpackage/linux/LinuxResourceTest.java @@ -102,7 +102,7 @@ public static void testHardcodedProperties() throws IOException { "License: APPLICATION_LICENSE_TYPE", "Prefix: %{dirname:APPLICATION_DIRECTORY}", "Provides: dont-install-me", - "%define _build_id_links none", + "%define _build_id_links none", "%description", "APPLICATION_DESCRIPTION", "%prep",