commit | f7e8c7750c66ecab89d3ab573de149ab775c6a2a | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Tue Apr 01 08:34:09 2025 +0200 |
committer | Rico Wind <ricow@google.com> | Wed Apr 02 23:09:14 2025 -0700 |
tree | fdc755510c33bba0460b908a1fdbff600eefd6d5 | |
parent | 34aad766219a03b128aa7bb01602d0ea9ca7efcf [diff] [blame] |
Fix presubmit script Wrong indentation in kotlin check Change-Id: I56a2a7245db6c1caa644eb3d75a7d2685edd4303
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index c5c1e88..a2a259f 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -112,7 +112,7 @@ results.append( output_api.PresubmitError( "File {path} needs formatting".format(path=path.decode('utf-8')))) - needs_formatting_count += len(result) + needs_formatting_count += len(result) return needs_formatting_count > 0