Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
Refs #8513
  • Loading branch information
DanNixon committed Jul 14, 2014
1 parent a7b27f7 commit fb8c363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/src/ScriptFileInterpreter.cpp
Expand Up @@ -55,7 +55,7 @@ void ScriptFileInterpreter::prepareToClose()
{
if( msgBox.clickedButton() == saveAsButton )
{
m_editor->saveAs();saveAs
m_editor->saveAs();
}
else if( ret == QMessageBox::Save )
{
Expand Down

0 comments on commit fb8c363

Please sign in to comment.