Replaces
Some(a)
with
Option(a)
.
Before:
Some(a)
After:
Option(a)