From 9104e618cda156d6e1f959f216982ba0c965a421 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 23 May 2023 06:03:52 +0900 Subject: [PATCH] core/unit: drop doubled empty line (cherry picked from commit 512df9de23890fcfd5fdbfe633250fe848195d4b) --- src/core/unit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/unit.c b/src/core/unit.c index 74a98b46450..25ffc3469d3 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -990,7 +990,6 @@ static int unit_per_dependency_type_hashmap_update( if (r < 0) return r; - return 1; }