From b1192f7b66a27836654943632dfe81e303c0696e Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Mon, 30 Jun 2014 21:32:43 +0100 Subject: [PATCH] Fix indent --- fdroidserver/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 928610e0..14e1f06d 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -66,7 +66,7 @@ def get_default_config(): "repository are either official binaries built by the original application " "developers, or are binaries built from source by the admin of f-droid.org " "using the tools on https://gitlab.com/u/fdroid.", - 'archive_older': 0, + 'archive_older': 0, } -- 2.30.2