Whitespace

This commit is contained in:
Magne Sjaastad 2019-06-14 10:45:47 +02:00
parent b7865aea95
commit 6701e13664

View File

@ -36,7 +36,6 @@
CAF_CMD_SOURCE_INIT(RicWellPathsImportSsihubFeature, "RicWellPathsImportSsihubFeature");
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
@ -94,7 +93,8 @@ void RicWellPathsImportSsihubFeature::onActionTriggered(bool isChecked)
QString copyOfOriginalObject = app->project()->wellPathImport()->writeObjectToXmlString();
if (!app->preferences()) return;
RiuWellImportWizard wellImportwizard(app->preferences()->ssihubAddress, wellPathsFolderPath, app->project()->wellPathImport(), RiuMainWindow::instance());
RiuWellImportWizard wellImportwizard(
app->preferences()->ssihubAddress, wellPathsFolderPath, app->project()->wellPathImport(), RiuMainWindow::instance());
// Get password/username from application cache
{