[mlir][sparse] Fixes C++98 warning
The semicolons were introduced in D126105 in order to correct clang-format, but I forgot this file must be compiled as C++98 rather than C++11. Reviewed By: aartbik Differential Revision: https://reviews.llvm.org/D126561
Loading
Please sign in to comment