Skip to content

Commit ee6f7c3

Browse files
innerleefacebook-github-bot
authored andcommitted
Remove extra semicolon (pytorch#35751)
Summary: Which suppresses lots of warning during compilation. Pull Request resolved: pytorch#35751 Differential Revision: D20788302 Pulled By: jamesr66a fbshipit-source-id: 9bc598ab27b87c28c3011597a39d695355cf4157
1 parent dc1ecdf commit ee6f7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aten/src/ATen/core/jit_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ struct CAFFE2_API AnyTupleType : public Type {
19841984
return "tuple";
19851985
}
19861986
static const TypeKind Kind = TypeKind::AnyTupleType;
1987-
;
1987+
19881988
// global singleton
19891989
static AnyTupleTypePtr get();
19901990
private:

0 commit comments

Comments
 (0)