Skip to content

Commit b523b36

Browse files
committed
run cargo fmt
Summary: Test Plan:
1 parent 595d7f6 commit b523b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

native/libcst/src/nodes/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pub use statement::{
1818
MatchPattern, MatchSequence, MatchSequenceElement, MatchSingleton, MatchStar, MatchTuple,
1919
MatchValue, NameItem, Nonlocal, OrElse, Pass, Raise, Return, SimpleStatementLine,
2020
SimpleStatementSuite, SmallStatement, StarrableMatchSequenceElement, Statement, Suite, Try,
21-
TryStar, TypeAlias, TypeParam, TypeParameters, TypeVar, TypeVarLike, TypeVarTuple, While,
22-
With, WithItem,
21+
TryStar, TypeAlias, TypeParam, TypeParameters, TypeVar, TypeVarLike, TypeVarTuple, While, With,
22+
WithItem,
2323
};
2424

2525
pub(crate) mod expression;

0 commit comments

Comments
 (0)