Skip to content

Commit 3d2d3f3

Browse files
authored
Merge pull request #222146 from Homebrew/fix-url-tag-revision-indent
*: Fix indentation for `url` args
2 parents 2b7875a + 6308501 commit 3d2d3f3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Formula/g/golangci-lint.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class GolangciLint < Formula
22
desc "Fast linters runner for Go"
33
homepage "https://golangci-lint.run/"
44
url "https://github.com/golangci/golangci-lint.git",
5-
tag: "v2.1.5",
6-
revision: "8c14421d29bd005dee63044d07aa897b7d1bf8b0"
5+
tag: "v2.1.5",
6+
revision: "8c14421d29bd005dee63044d07aa897b7d1bf8b0"
77
license "GPL-3.0-only"
88
head "https://github.com/golangci/golangci-lint.git", branch: "master"
99

Formula/r/rust-analyzer.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class RustAnalyzer < Formula
22
desc "Experimental Rust compiler front-end for IDEs"
33
homepage "https://rust-analyzer.github.io/"
44
url "https://github.com/rust-lang/rust-analyzer.git",
5-
tag: "2025-04-28",
6-
revision: "d8887c0758bbd2d5f752d5bd405d4491e90e7ed6"
5+
tag: "2025-04-28",
6+
revision: "d8887c0758bbd2d5f752d5bd405d4491e90e7ed6"
77
license any_of: ["Apache-2.0", "MIT"]
88

99
bottle do

Formula/v/virgil.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Virgil < Formula
22
desc "CLI tool to manage your Virgil account and applications"
33
homepage "https://github.com/VirgilSecurity/virgil-cli"
44
url "https://github.com/VirgilSecurity/virgil-cli.git",
5-
tag: "v5.2.9",
6-
revision: "604e4339d100c9cd133f4730ba0efbd599321ecb"
5+
tag: "v5.2.9",
6+
revision: "604e4339d100c9cd133f4730ba0efbd599321ecb"
77
license "BSD-3-Clause"
88
head "https://github.com/VirgilSecurity/virgil-cli.git", branch: "master"
99

0 commit comments

Comments
 (0)