Skip to content

Commit 9069f00

Browse files
Deepdive543443github-actions[bot]
authored andcommitted
apply code-format changes
1 parent cb67727 commit 9069f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@ int Extractor::input(int blob_index, const Mat& in)
22162216
return -1;
22172217

22182218
if (in.dims == 1 && (shape.w != in.w * in.elempack))
2219-
return -1;
2219+
return -1;
22202220
}
22212221

22222222
d->blob_mats[blob_index] = in;

0 commit comments

Comments
 (0)