| commit | 8626e266ddbf85ecdbd7f64d2950affd4f9ddd8b | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Mon Feb 11 19:57:37 2019 -0800 |
| committer | Anthony Sottile <asottile@umich.edu> | Mon Feb 11 19:57:37 2019 -0800 |
| tree | 9eebd465f6ec0076a51e2a3f17ba868d12d19b3e | |
| parent | 4575652bd2d34a931c89a0689c052ccd53da9d50 [diff] [blame] |
double-quote-string-fixer
diff --git a/pre_commit_hooks/fix_encoding_pragma.py b/pre_commit_hooks/fix_encoding_pragma.py index dbe9c6c..bde4e78 100644 --- a/pre_commit_hooks/fix_encoding_pragma.py +++ b/pre_commit_hooks/fix_encoding_pragma.py
@@ -147,5 +147,5 @@ return retv -if __name__ == "__main__": +if __name__ == '__main__': exit(main())