diff --git a/tools/winscope/adb_proxy/winscope_proxy.py b/tools/winscope/adb_proxy/winscope_proxy.py index d1fd7ed4c..87ccecc4e 100755 --- a/tools/winscope/adb_proxy/winscope_proxy.py +++ b/tools/winscope/adb_proxy/winscope_proxy.py @@ -865,4 +865,4 @@ if __name__ == '__main__': try: httpd.serve_forever() except KeyboardInterrupt: - log.info("Shutting down") + log.info("Shutting down") \ No newline at end of file