Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
94adede8
Commit
94adede8
authored
Apr 15, 2020
by
Nick Draper
Browse files
clang format is never happy
parent
d5216f11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/API/src/Algorithm.cpp
View file @
94adede8
...
...
@@ -769,7 +769,7 @@ bool Algorithm::executeInternal() {
}
// Only gets to here if algorithm ended normally
notificationCenter
().
postNotification
(
new
FinishedNotification
(
this
,
isExecuted
()));
new
FinishedNotification
(
this
,
isExecuted
()));
return
isExecuted
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment