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_BLOCKED, 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=1695416342; bh=/PkW1oz4vOydNzg1WU5pqSGhluPPYy9JS8hOB7Q1eGc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=guCigcWW96HRZhWAOS/bCGGeEAl4aSk3PAUMoNs27NGgKYi+6O4vQ4wfen1S2aqs+ rU6njV1ICi3AMJOf1DTKemvNnZ976Y7FHfgHDzsHOQx+wCj6bwwMGDbHvYtAnk3YJU 3WQHy+JkCC9+Y6++/uRuL3JqDecmoXOPLwAwhEYVoTYvWmTqq16HWCYMf3JJBk4Ss7 MPFph0vtuspWnJrkXvG5Vr70j5oYNh77TEgH7zbeq1vvns8xQNkXw1f7EXpAWbiBf3 nNVuBAhDqp2QDeJDj7lC1h3gxAakuKeIvKeYaEP/oc34jx80dZQEj8nNIb3w6qbXnn +Ya99nPECSJ5g== Received: from localhost.localdomain (unknown [175.158.50.129]) by gnuweeb.org (Postfix) with ESMTPSA id 247AA237005; Sat, 23 Sep 2023 03:58:59 +0700 (WIB) From: Muhammad Rizki To: Ammar Faizi Cc: Muhammad Rizki , Alviro Iskandar Setiawan , Arthur Lapz , Memet Zx , GNU/Weeb Mailing List Subject: [PATCH v1 01/11] style: remove extra newline at end of file Date: Sat, 23 Sep 2023 03:58:07 +0700 Message-Id: <20230922205817.107-2-kiizuha@gnuweeb.org> X-Mailer: git-send-email 2.34.1.windows.1 In-Reply-To: <20230922205817.107-1-kiizuha@gnuweeb.org> References: <20230922205817.107-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