Commit e60a7d5e authored by Paul's avatar Paul
Browse files

Format

parent 966c4c5b
......@@ -99,7 +99,8 @@ struct mlir_handle
mlir_handle(T p) : handle(ptr{p}) {}
T get() const {
T get() const
{
return handle.get().get(); // NOLINT(readability-redundant-smartptr-get)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment