From 512df9de23890fcfd5fdbfe633250fe848195d4b 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 --- src/core/unit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/unit.c b/src/core/unit.c index 6c2682f0aa..7a43355832 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -1053,7 +1053,6 @@ static int unit_per_dependency_type_hashmap_update( if (r < 0) return r; - return 1; }