clang-format the JS directory

This commit is contained in:
Nick Gerleman
2022-12-22 03:59:36 -08:00
parent a948c485f8
commit 09f0869262
6 changed files with 133 additions and 132 deletions

View File

@@ -19,5 +19,5 @@ struct Value {
Value(void) : unit(YGUnitUndefined), value(0.0) {}
Value(int unit, double value) : unit(unit), value(value) {}
Value(int unit, double value) : unit(unit), value(value) {}
};