Skip to content

Commit d46033b

Browse files
committed
Remove empty line between template and class
1 parent ea6ef0d commit d46033b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cpp/include/utils/vision_pipeline.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class VisionPipeline : public Pipeline<ResultType> {
7272
};
7373

7474
template <typename ResultType>
75-
7675
class TilingPipeline : public Pipeline<ResultType> {
7776
private:
7877
std::shared_ptr<InferenceAdapter> adapter;

0 commit comments

Comments
 (0)