From 7d267066fd7bfa612ece94f53df962ba9dad1934 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 10 Feb 2023 16:32:29 +0000 Subject: [PATCH] libnghttp2: brew style --fix For Homebrew/brew#14574. --- Formula/libnghttp2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libnghttp2.rb b/Formula/libnghttp2.rb index bea19778e0d..07cbebc6927 100644 --- a/Formula/libnghttp2.rb +++ b/Formula/libnghttp2.rb @@ -50,7 +50,7 @@ class Libnghttp2 < Formula end test do - (testpath/"test.c").write <<~'EOS' + (testpath/"test.c").write <<~EOS #include #include