From 40cac0f40711ffe59fc4a5d452f3f3676751e4a0 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Thu, 20 May 2021 12:04:20 +0800 Subject: [PATCH] ruby style guide --- tiv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiv.rb b/tiv.rb index dbd158e..b94959a 100644 --- a/tiv.rb +++ b/tiv.rb @@ -1,4 +1,4 @@ -class tiv < Formula +class Tiv < Formula desc "Display images in a terminal using block graphic characters" homepage "https://github.com/stefanhaustein/TerminalImageViewer" url "https://github.com/stefanhaustein/TerminalImageViewer/archive/v1.1.0.tar.gz"