From 3c354a3b9104be577acbc5cc103fd797232526ce Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 3 Feb 2017 10:39:06 +0100 Subject: [PATCH] trivial: fix indent Signed-off-by: Igor Gnatenko --- cargodeps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargodeps.py b/cargodeps.py index 85584b1..ac7b639 100755 --- a/cargodeps.py +++ b/cargodeps.py @@ -104,7 +104,7 @@ class Metadata(object): else: upper = ver.next_major() else: - upper = ver.next_major() + upper = ver.next_major() elif req.kind == req.KIND_TILDE: if ver.minor is None: upper = ver.next_major()