Skip to content
Snippets Groups Projects
Commit 4a02c34d authored by Verena Reimund's avatar Verena Reimund
Browse files

Add ; at end of line

Refs #22383
parent bc6eedb6
No related branches found
No related tags found
No related merge requests found
......@@ -670,8 +670,8 @@ private:
void storeRandomWorkspaces(const std::vector<std::string> &wsNames) {
for (const auto &wsName : wsNames) {
auto ws = WorkspaceCreationHelper::create1DWorkspaceRand(10, true)
WorkspaceCreationHelper::storeWS(wsName, ws);
auto ws = WorkspaceCreationHelper::create1DWorkspaceRand(10, true);
WorkspaceCreationHelper::storeWS(wsName, ws);
}
}
......
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