mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2025-12-30 18:19:31 -06:00
Remove trailing whitespaces
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user