diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-04-05 17:43:12 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-04-05 17:43:12 +0200 |
commit | 77843355a04361c4a770f870e9406d4a748fb0ca (patch) | |
tree | b856c730dbf09560d464dd1dc16328e6bbaa11a4 /modules/openxr/SCsub | |
parent | 9caba190955cb9687074a1a176ee0947084d031e (diff) |
CI: Update black formatter and apply changes
Diffstat (limited to 'modules/openxr/SCsub')
-rw-r--r-- | modules/openxr/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/openxr/SCsub b/modules/openxr/SCsub index d5df33b261..ff320236a7 100644 --- a/modules/openxr/SCsub +++ b/modules/openxr/SCsub @@ -88,4 +88,3 @@ if env["tools"]: # Needed to force rebuilding the module files when the thirdparty library is updated. env.Depends(module_obj, thirdparty_obj) - |