Fix precommit, git-clang-format doesn't like spaces between extension type

This commit is contained in:
Nora Trapp 2019-11-15 14:17:46 -08:00
parent b53a8aace3
commit 778885db9f

View File

@ -470,6 +470,6 @@ if __name__ == "__main__":
print 'git clang-format...'
# we don't want to format .proto files, so we specify every other supported extension
print commands.getoutput('git clang-format --extensions "c, h, m, mm, cc, cp, cpp, c++, cxx, hh, hxx, cu, java, js, ts, cs"')
print commands.getoutput('git clang-format --extensions "c,h,m,mm,cc,cp,cpp,c++,cxx,hh,hxx,cu,java,js,ts,cs"')
check_diff_for_keywords()