MilkBowl / VaultAPI

API Component of Vault
GNU Lesser General Public License v3.0
273 stars 109 forks source link

Removed not needed space #149

Open OneByteGH opened 2 years ago

OneByteGH commented 2 years ago

There is a typo in the readme at line 97

        if (!setupEconomy() ) {

This PR just changes that to

        if (!setupEconomy()) {
OneByteGH commented 2 years ago

yo whut?