Skip to content
Snippets Groups Projects
Commit 2dd2f884 authored by Pranav Bahuguna's avatar Pranav Bahuguna
Browse files

Re #17816 Clang formatting fix

parent fb71de0c
No related branches found
No related tags found
No related merge requests found
#include "MantidQtCustomInterfaces/Reflectometry/QtReflSaveTabView.h"
#include "MantidQtCustomInterfaces/Reflectometry/ReflSaveTabPresenter.h"
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string.hpp>
namespace MantidQt {
namespace CustomInterfaces {
......
......@@ -24,7 +24,7 @@ ReflSaveTabPresenter::ReflSaveTabPresenter(IReflSaveTabView *view)
: m_view(view), m_mainPresenter() {
m_saveAlgs = {"SaveReflCustomAscii", "SaveReflThreeColumnAscii",
"SaveANSTOAscii", "SaveILLCosmosAscii"};
"SaveANSTOAscii", "SaveILLCosmosAscii"};
m_saveExts = {".dat", ".dat", ".txt", ".mft"};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment