Commit b8ff08d0 authored by Krzysztof Parzyszek's avatar Krzysztof Parzyszek
Browse files

[Frontend][OpenMP] Add missing "return" statement after 40137ff0

When responding to review comments, `return {}` was accidentally replaced
by `std::nullptr` instead of `return std::nullptr`.
parent a3e7a125
Supports Markdown
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