From 7f0a735828ee6d23bcb8b8b76f2c2b7f8bf7fe1f Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:08:30 -0500 Subject: [PATCH] Json: Fix a whitespace oversight in comment --- Library/Homebrew/livecheck/strategy/json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/livecheck/strategy/json.rb b/Library/Homebrew/livecheck/strategy/json.rb index e02c64367c..cd0063f393 100644 --- a/Library/Homebrew/livecheck/strategy/json.rb +++ b/Library/Homebrew/livecheck/strategy/json.rb @@ -7,7 +7,7 @@ module Homebrew # The {Json} strategy fetches content at a URL, parses it as JSON, and # provides the parsed data to a `strategy` block. If a regex is present # in the `livecheck` block, it should be passed as the second argument to - # the `strategy` block. + # the `strategy` block. # # This is a generic strategy that doesn't contain any logic for finding # versions, as the structure of JSON data varies. Instead, a `strategy`