From ea9f3231a4184290a81bfe21ea71b44ad484d6e5 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:57:48 +0100 Subject: [PATCH] fix(recipe): Formatting --- config/recipe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/recipe.yml b/config/recipe.yml index 9ca56d1..ee40a70 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -25,8 +25,8 @@ modules: remove: # This is an example on how to remove RPMs properly # "firefox" as main package, "firefox-langpacks" as a dependency - # not all packages need specific removal of a dependency, - # as that is usually handled automatically, this is just a rare case where that's needed. + # not all packages need specific removal of a dependency, as that is usually handled automatically + # this is just a rare case where that's needed. # # - firefox # - firefox-langpacks