Apply prettier formatting
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
class Optional {
|
||||
static from(value) {
|
||||
return value && Some.of(value) || None;
|
||||
return (value && Some.of(value)) || None;
|
||||
}
|
||||
map(f) {
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user