diff --git a/hoot-js/src/main/cpp/hoot/js/JsRegistrar.cpp b/hoot-js/src/main/cpp/hoot/js/JsRegistrar.cpp
index 2dd941d..3a209bd 100644
--- a/hoot-js/src/main/cpp/hoot/js/JsRegistrar.cpp
+++ b/hoot-js/src/main/cpp/hoot/js/JsRegistrar.cpp
@@ -57,8 +57,7 @@ void JsRegistrar::Init(Handle<Object> exports)
void JsRegistrar::initAll(Handle<Object> exports)
{
- // Got this from the NodeJS docs. Seems to be a bit simpler than
- // what we were doing.
+ // Got this from the NodeJS docs. Seems to be a bit simpler than what we were doing.
NODE_SET_METHOD(exports,"hello",Method);
// Isolate* current = exports->GetIsolate();
// exports->Set(String::NewFromUtf8("hello"),