Apply prettier formatting
This commit is contained in:
parent
a32f12c8f3
commit
7921a6cbf8
104 changed files with 12169 additions and 11047 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue