From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1695460540; bh=/PkW1oz4vOydNzg1WU5pqSGhluPPYy9JS8hOB7Q1eGc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=k6kWRdzM7pI4sjSSeZ45OvPCR3DIQMnAPG3KZtzTZdjCkAUHKos3itbzM+YqqEVUx E5A+aKKIQXvApiC36PIlL5M+jj0gT2BHfDWOA2aBjPL6coChr/QsF88PTF4KYv8pXi LvUUUZ8ou20MjBK+i6znRkR7RmlB9GDM8Eq3ye2AZIbYGV+M532WWdFFGQDUSE2/+c WMqXZWufbAWoNniIKBJPfIrkFefPOJE3P658r5QW+WxLKXAADdrhXfmLBBhAFY9sGL jlQ6Qwe5plqNCBRE03rx5ectL5QnrOe/UVsneBKyUNB2B0NY6SPtgr4fs1m9hpyzgp aAM2VzNcA+eVA== Received: from localhost.localdomain (unknown [175.158.50.129]) by gnuweeb.org (Postfix) with ESMTPSA id C096A24B6C4; Sat, 23 Sep 2023 16:15:38 +0700 (WIB) From: Muhammad Rizki To: Ammar Faizi Cc: Muhammad Rizki , Alviro Iskandar Setiawan , Arthur Lapz , Memet Zx , GNU/Weeb Mailing List Subject: [PATCH v2 01/11] style: remove extra newline at end of file Date: Sat, 23 Sep 2023 16:15:04 +0700 Message-Id: <20230923091514.1835-2-kiizuha@gnuweeb.org> X-Mailer: git-send-email 2.34.1.windows.1 In-Reply-To: <20230923091514.1835-1-kiizuha@gnuweeb.org> References: <20230923091514.1835-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This commit removes an extra newline at the end of the file, this commit ensuring there's only one newline character at EOF. Signed-off-by: Muhammad Rizki --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index a90f074..b5c61c9 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,3 @@ @tailwind base; @tailwind components; @tailwind utilities; - -- Muhammad Rizki