1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed a newline in juce_ValueTree.cpp

This commit is contained in:
ed 2018-04-11 09:42:06 +01:00
parent 4229dc0a4f
commit 08e87599d3

View file

@ -220,7 +220,6 @@ public:
auto newObject = new SharedObject (typeToMatch); auto newObject = new SharedObject (typeToMatch);
addChild (newObject, -1, undoManager); addChild (newObject, -1, undoManager);
return ValueTree (newObject); return ValueTree (newObject);
} }
ValueTree getChildWithProperty (const Identifier& propertyName, const var& propertyValue) const ValueTree getChildWithProperty (const Identifier& propertyName, const var& propertyValue) const