Skip to content

Commit

Permalink
Apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xhuohai authored and github-actions[bot] committed Dec 13, 2024
1 parent 5c8823b commit e972eba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ private DistributedType GetBufferDistributedType(Expr expr)
{
DistributedType GetTensorType(IRType type) => type switch
{
TensorType t => null!,
TensorType => null!,
DistributedType dt => dt,
_ => throw new NotSupportedException(),
};
Expand Down

0 comments on commit e972eba

Please sign in to comment.