v0.2.48..v0.2.49 changeset ScriptMerger.cpp - ngageoint/hootenanny GitHub Wiki

diff --git a/hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMerger.cpp b/hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMerger.cpp
index 12c5ba0..bc3528f 100644
--- a/hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMerger.cpp
+++ b/hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMerger.cpp
@@ -249,7 +249,8 @@ bool ScriptMerger::hasFunction(QString name) const
   HandleScope handleScope(current);
   Context::Scope context_scope(_script->getContext(current));
   Handle<Object> plugin =
-    Handle<Object>::Cast(_script->getContext(current)->Global()->Get(String::NewFromUtf8(current, "plugin")));
+    Handle<Object>::Cast(_script->getContext(current)->Global()->Get(
+      String::NewFromUtf8(current, "plugin")));
   Handle<Value> value = plugin->Get(String::NewFromUtf8(current, name.toUtf8().data()));
 
   bool result = true;
⚠️ **GitHub.com Fallback** ⚠️