From 8741a769a6e9563158d9ef4deb89a779622de3ce Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 18 Sep 2025 19:37:48 +0330 Subject: [PATCH] style: remove trailing whitespace --- tools/ci/amd64/gcc/unit_tests.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/amd64/gcc/unit_tests.dockerfile b/tools/ci/amd64/gcc/unit_tests.dockerfile index 3c5a14d..7cf59a4 100644 --- a/tools/ci/amd64/gcc/unit_tests.dockerfile +++ b/tools/ci/amd64/gcc/unit_tests.dockerfile @@ -1,4 +1,4 @@ -FROM archlinux:base-devel +FROM archlinux:base-devel RUN pacman -Syu --noconfirm --disable-download-timeout \ && pacman -S --noconfirm --needed --disable-download-timeout reflector \