Skip to content

Commit 0da140d

Browse files
committed
Please consider the following formatting changes
1 parent 331d446 commit 0da140d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Framework/Core/src/Plugin.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ struct ImplementationContext {
179179

180180
std::function<void*(TDirectoryFile*, std::string const&)> getHandleByClass(char const* classname)
181181
{
182-
return [c = TClass::GetClass(classname)](TDirectoryFile* file, std::string const& path) {
183-
184-
return file->GetObjectChecked(path.c_str(), c); };
182+
return [c = TClass::GetClass(classname)](TDirectoryFile* file, std::string const& path) { return file->GetObjectChecked(path.c_str(), c); };
185183
}
186184

187185
std::function<void*(TBufferFile*, std::string const&)> getBufferHandleByClass(char const* classname)

0 commit comments

Comments
 (0)