From 08e87599d31e95f074c1a7df769f11d351b82c1d Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 11 Apr 2018 09:42:06 +0100 Subject: [PATCH] Removed a newline in juce_ValueTree.cpp --- modules/juce_data_structures/values/juce_ValueTree.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/juce_data_structures/values/juce_ValueTree.cpp b/modules/juce_data_structures/values/juce_ValueTree.cpp index 40d85d71e8..2eb4e233f0 100644 --- a/modules/juce_data_structures/values/juce_ValueTree.cpp +++ b/modules/juce_data_structures/values/juce_ValueTree.cpp @@ -220,7 +220,6 @@ public: auto newObject = new SharedObject (typeToMatch); addChild (newObject, -1, undoManager); return ValueTree (newObject); - } ValueTree getChildWithProperty (const Identifier& propertyName, const var& propertyValue) const