From b866859da81cd8105618c869f8537fc9a5877b8b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Mar 2020 19:45:17 +0000 Subject: [PATCH] magnetix: fix RuboCop Style/TrailingBodyOnMethodDefinition. --- Formula/magnetix.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/magnetix.rb b/Formula/magnetix.rb index 1e2a1c16f86..71a7ee22424 100644 --- a/Formula/magnetix.rb +++ b/Formula/magnetix.rb @@ -32,10 +32,11 @@ class Magnetix < Formula end end - def caveats; <<~EOS - Install games in the following directory: - ~/Library/Application Support/magnetiX/ - EOS + def caveats + <<~EOS + Install games in the following directory: + ~/Library/Application Support/magnetiX/ + EOS end test do