Skip to content

Commit

Permalink
CI : edit spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffaloLavoisier committed May 17, 2022
1 parent 3749d95 commit a6b7474
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/buildEverything.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
if os.path.join(os.path.join(langIncludePath, fName)):
languages.append(fName[:-2]) # This drops off the .h


# And compile!
def compile_model(lang,edition):
def compile_model(lang, edition):
# Configs
includeConfig = os.path.join('include', 'config.h')

Expand Down Expand Up @@ -86,7 +85,6 @@ def doBuild(makeDebug):
doBuild(True)
doBuild(False)


if __name__ == "__main__":

ap = argparse.ArgumentParser()
Expand Down

0 comments on commit a6b7474

Please sign in to comment.