From 9fc9b33ee2eaeefffded63c39b33fda3e7a4b3b1 Mon Sep 17 00:00:00 2001 From: Punit Goswami Date: Thu, 24 Jun 2021 19:56:53 +0530 Subject: [PATCH] fixed indentation --- bugspots/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugspots/__init__.py b/bugspots/__init__.py index 8af6add..8275bba 100644 --- a/bugspots/__init__.py +++ b/bugspots/__init__.py @@ -121,7 +121,7 @@ def get_code_hotspots(options): hotspots[filename] += hotspot_factor - print(" -%s" % message) + print(" -%s" % message) sorted_hotspots = sorted(hotspots, key=hotspots.get, reverse=True)