From ab38b51c866ebb7f9e5ec868f28f5693ff57ca69 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 2 Nov 2018 17:23:01 +0000 Subject: [PATCH] mujs: fix RuboCop Layout/AlignHash. --- Formula/mujs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/mujs.rb b/Formula/mujs.rb index 873a5fac8c..199153bb56 100644 --- a/Formula/mujs.rb +++ b/Formula/mujs.rb @@ -3,7 +3,7 @@ class Mujs < Formula homepage "https://www.mujs.com/" # use tag not tarball so the version in the pkg-config file isn't blank url "https://github.com/ccxvii/mujs.git", - :tag => "1.0.5", + :tag => "1.0.5", :revision => "7448a82448aa4eff952a4fdb836f197b844e3d1d" head "https://github.com/ccxvii/mujs.git"