Skip to content

Commit

Permalink
Remove extra brace
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdebreceni committed Feb 10, 2025
1 parent d3c8eab commit 56bdc0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/src/core/ProcessContextBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ProcessContextBuilderImpl::ProcessContextBuilderImpl(std::string_view name)
configuration_{minifi::Configure::create()},
content_repo_{repository::createFileSystemRepository()}
{}
}

std::shared_ptr<ProcessContextBuilder> ProcessContextBuilderImpl::withProvider(core::controller::ControllerServiceProvider* controller_service_provider) {
controller_service_provider_ = controller_service_provider;
Expand Down

0 comments on commit 56bdc0d

Please sign in to comment.