Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Dec 19, 2024
1 parent 331d446 commit 0da140d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Framework/Core/src/Plugin.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,7 @@ struct ImplementationContext {

std::function<void*(TDirectoryFile*, std::string const&)> getHandleByClass(char const* classname)
{
return [c = TClass::GetClass(classname)](TDirectoryFile* file, std::string const& path) {

return file->GetObjectChecked(path.c_str(), c); };
return [c = TClass::GetClass(classname)](TDirectoryFile* file, std::string const& path) { return file->GetObjectChecked(path.c_str(), c); };
}

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

0 comments on commit 0da140d

Please sign in to comment.