Skip to content

Commit e427f0a

Browse files
committed
Adding whitespace
1 parent c4bc6b6 commit e427f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/ML/src/OrtInterface.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ std::vector<O> OrtModel::v2v(std::vector<I>& input, bool clearInput)
180180
} else {
181181
std::vector<O> output(input.size());
182182
std::transform(std::begin(input), std::end(input), std::begin(output), [](I f) { return O(f); });
183-
if (clearInput){
183+
if (clearInput) {
184184
input.clear();
185185
}
186186
return output;

0 commit comments

Comments
 (0)