Skip to content

Commit c0168b7

Browse files
committed
Fix unnecessary spacing in Cantera resource definition
Remove extra spaces after 'tag:' on line 28 to pass brew style check. Changed 'tag: "v3.1.0"' to 'tag: "v3.1.0"'.
1 parent 26204da commit c0168b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/homebrew/mfc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Mfc < Formula
2525

2626
resource "cantera" do
2727
url "https://github.com/Cantera/cantera.git",
28-
tag: "v3.1.0"
28+
tag: "v3.1.0"
2929
end
3030

3131
def install

0 commit comments

Comments
 (0)