From 07b316fe7a5084a2cff5e5b09d69d31b3c67257e Mon Sep 17 00:00:00 2001 From: Rashil Gandhi Date: Thu, 16 Feb 2023 23:23:39 +0530 Subject: [PATCH] (chore): himalaya: Use spaces instead of tabs --- bucket/himalaya.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/himalaya.json b/bucket/himalaya.json index e1c1c0de14..6658d50a07 100644 --- a/bucket/himalaya.json +++ b/bucket/himalaya.json @@ -3,19 +3,19 @@ "description": "Minimalist CLI email client, written in Rust", "homepage": "https://github.com/soywod/himalaya", "license": "BSD-3-Clause", - "architecture": { - "64bit": { - "url": "https://github.com/soywod/himalaya/releases/download/v0.7.1/himalaya-windows.tar.gz", - "hash": "1e3e5298660eb8aa114da13e06cad5823281a317d5bda1b64ec3ed47f68ddc0b" - } - }, + "architecture": { + "64bit": { + "url": "https://github.com/soywod/himalaya/releases/download/v0.7.1/himalaya-windows.tar.gz", + "hash": "1e3e5298660eb8aa114da13e06cad5823281a317d5bda1b64ec3ed47f68ddc0b" + } + }, "bin": "himalaya.exe", "checkver": "github", "autoupdate": { "architecture": { - "64bit": { - "url": "https://github.com/soywod/himalaya/releases/download/v$version/himalaya-windows.tar.gz" - } - } + "64bit": { + "url": "https://github.com/soywod/himalaya/releases/download/v$version/himalaya-windows.tar.gz" + } + } } }