diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2023-05-25 03:15:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 03:15:43 +0200 |
commit | eb65d88cd4ac6b0362517c7d718cbc9857c30ba3 (patch) | |
tree | 68a805c058287f6d2e494af62b9635daa7c48a5f /tools/cmake.py | |
parent | e34000653bba6b7f8ec6f2c16dcd87d7a01a3d68 (diff) | |
parent | e8de07dbb15ef235fb76f72b5ef5247d59c56936 (diff) | |
download | godot-webrtc-native-eb65d88cd4ac6b0362517c7d718cbc9857c30ba3.tar.gz godot-webrtc-native-eb65d88cd4ac6b0362517c7d718cbc9857c30ba3.tar.bz2 godot-webrtc-native-eb65d88cd4ac6b0362517c7d718cbc9857c30ba3.zip |
Merge pull request #96 from Faless/fix/black
[CI] Fix python black formatting.
Diffstat (limited to 'tools/cmake.py')
-rw-r--r-- | tools/cmake.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cmake.py b/tools/cmake.py index 0d6ee6b..2362312 100644 --- a/tools/cmake.py +++ b/tools/cmake.py @@ -1,4 +1,3 @@ - def exists(env): return True |