From 41cbdb96aa3dce136d92414e986df60c5385840e Mon Sep 17 00:00:00 2001 From: Josh Willox <39120423+jcwillox@users.noreply.github.com> Date: Wed, 18 Nov 2020 17:55:07 +1100 Subject: [PATCH] Use OTBS style --- src/posh-winfetch.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/posh-winfetch.ps1 b/src/posh-winfetch.ps1 index d0f22bd..4d31322 100644 --- a/src/posh-winfetch.ps1 +++ b/src/posh-winfetch.ps1 @@ -153,8 +153,7 @@ enum Configuration } [Configuration]$configuration = if ((Get-Item -Path $config).Length -gt 0) { . $config -} -else { +} else { 0xFFF }