From cd87145336b3c0cc429e2593febf2263b12aa87a Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Tue, 1 Dec 2020 23:23:47 +0200 Subject: [PATCH] Fix accidental whitespace adding before a namespace. --- src/panel/settings/settings_desktop.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/settings/settings_desktop.vala b/src/panel/settings/settings_desktop.vala index 34d0812d6..30fd9a3a9 100644 --- a/src/panel/settings/settings_desktop.vala +++ b/src/panel/settings/settings_desktop.vala @@ -9,7 +9,7 @@ * (at your option) any later version. */ - namespace Budgie { +namespace Budgie { // Long implementation note: // Caja is intentionally missing. While there is no doubt it is a fantastic file browser and well suited for the MATE Desktop, unfortunately Caja forces the drawing of the user background and as such it would make it cumbersome to support.