fix(all): Code formatting.

This commit is contained in:
Rodrigo Rodriguez 2020-07-17 19:39:27 -03:00
parent c22e07a927
commit eaef7e49c0
2 changed files with 1 additions and 5 deletions

View file

@ -19,7 +19,7 @@
| in the LICENSE file you have received along with this program. | | in the LICENSE file you have received along with this program. |
| | | |
| This program is distributed in the hope that it will be useful, | | This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY without even the implied warranty of | | but WITHOUT ANY WARRANTY without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU Affero General Public License for more details. | | GNU Affero General Public License for more details. |
| | | |

View file

@ -609,8 +609,4 @@ STORAGE_SYNC=true
return new Number(value ? defaultValue : (defaultValue ? defaultValue : 0)); return new Number(value ? defaultValue : (defaultValue ? defaultValue : 0));
} }
} }
} }