Skip to content

Commit 504c296

Browse files
huajsjcomaniac
andauthored
Update src/runtime/pipeline/pipeline_struct.h
Co-authored-by: Cody Yu <comaniac0422@gmail.com>
1 parent 2a4103e commit 504c296

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/runtime/pipeline/pipeline_struct.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ class ConfigBindings {
5151
bool IsGlobalOutput() const { return global_output_index_ > -1; }
5252
/*!\brief Getting the global output index in the current binding.*/
5353
int GetGlobalOutputIndex() const { return global_output_index_; }
54-
/*!
55-
*\brief Returning the binding configuration.
56-
*/
54+
/*!\brief Returning the binding configuration.*/
5755
std::unordered_map<int, std::string>& Get() { return bindings_; }
5856
/*!
5957
* \brief Create a module interface map from JSONReader.

0 commit comments

Comments
 (0)