clang-format the JS directory
This commit is contained in:
@@ -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) {}
|
||||
};
|
||||
|
Reference in New Issue
Block a user