From 67c0ada5b57ff984d3efb5c42905f13779c75cfa Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Mar 2020 19:45:28 +0000 Subject: [PATCH] nuvie: fix RuboCop Style/TrailingBodyOnMethodDefinition. --- Formula/nuvie.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/nuvie.rb b/Formula/nuvie.rb index 7825ff7c335..943f3a54ad4 100644 --- a/Formula/nuvie.rb +++ b/Formula/nuvie.rb @@ -47,14 +47,15 @@ class Nuvie < Formula (var/"nuvie/game").mkpath end - def caveats; <<~EOS - Copy your Ultima 6 game files into the following directory: - #{var}/nuvie/game/ultima6/ - Save games will be stored in the following directory: - #{var}/nuvie/savegames/ - Config file will be located at: - #{var}/nuvie/nuvie.cfg - EOS + def caveats + <<~EOS + Copy your Ultima 6 game files into the following directory: + #{var}/nuvie/game/ultima6/ + Save games will be stored in the following directory: + #{var}/nuvie/savegames/ + Config file will be located at: + #{var}/nuvie/nuvie.cfg + EOS end test do