Skip to content

Commit 9d2f949

Browse files
committed
fix unclosed bracket
1 parent b6d1875 commit 9d2f949

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bmf/engine/connector/src/builder.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ void RealGraph::Start(
444444

445445
int RealGraph::Close() {
446446
return graphInstance_->close();
447+
}
448+
447449
int RealGraph::ForceClose() {
448450
return graphInstance_->force_close();
449451
}
@@ -822,6 +824,8 @@ void Graph::Start(std::vector<Stream> &generateStreams, bool dumpGraph,
822824

823825
int Graph::Close() {
824826
return graph_->Close();
827+
}
828+
825829
int Graph::ForceClose() {
826830
return graph_->ForceClose();
827831
}

0 commit comments

Comments
 (0)