From 94b846e76da989492e6bdf2da7af7cf35d597e18 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Mar 2020 19:45:55 +0000 Subject: [PATCH] sstp-client: fix RuboCop Style/TrailingBodyOnMethodDefinition. --- Formula/sstp-client.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Formula/sstp-client.rb b/Formula/sstp-client.rb index 253fadd2aae..39e1850b3af 100644 --- a/Formula/sstp-client.rb +++ b/Formula/sstp-client.rb @@ -26,12 +26,13 @@ class SstpClient < Formula (var/"run/sstpc").mkpath end - def caveats; <<~EOS - sstpc reads PPP configuration options from /etc/ppp/options. If this file - does not exist yet, type the following command to create it: + def caveats + <<~EOS + sstpc reads PPP configuration options from /etc/ppp/options. If this file + does not exist yet, type the following command to create it: - sudo touch /etc/ppp/options - EOS + sudo touch /etc/ppp/options + EOS end test do