Run Prettier for the umptillionth time

Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
Marquis Kurt 2020-05-27 11:14:22 -04:00
parent 5bf6fce1da
commit e6826e08d8
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 2 additions and 1 deletions

View File

@ -148,7 +148,8 @@ export async function getConfig(): Promise<Config | undefined> {
if (
!location.endsWith("/") &&
location !== "desktop" && location !== "dynamic"
location !== "desktop" &&
location !== "dynamic"
) {
console.info(
"Location does not have a forward slash, so Hyperspace has added it automatically."