mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
Coding style: fix place bracement.
This commit is contained in:
+2
-1
@@ -215,7 +215,8 @@ QString Phantom::loadModuleSource(const QString &name)
|
||||
return moduleSource;
|
||||
}
|
||||
|
||||
bool Phantom::injectJs(const QString &jsFilePath) {
|
||||
bool Phantom::injectJs(const QString &jsFilePath)
|
||||
{
|
||||
return Utils::injectJsInFrame(jsFilePath, libraryPath(), m_page->mainFrame());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user