Remove trailing whitespaces

This commit is contained in:
Dosenpfand
2023-12-11 21:10:15 +01:00
committed by Mac Newbold
parent 95c2b86bcd
commit f18bcc708a

View File

@@ -92,14 +92,14 @@ class ProfilerDebugPanel(DebugPanel):
self.stats = stats
self.function_calls = function_calls
if self.dump_filename:
if callable(self.dump_filename):
filename = self.dump_filename()
else:
filename = self.dump_filename
self.profiler.dump_stats(filename)
return response
def title(self):