From 12e3b67d56ac121032bdb048ae95da718e400412 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Sat, 31 Oct 2020 22:14:14 +0100 Subject: [PATCH] Fix Lint/EmptyBlock offense --- lib/colorls/flags.rb | 2 +- man/colorls.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/colorls/flags.rb b/lib/colorls/flags.rb index 17811a7..168d480 100644 --- a/lib/colorls/flags.rb +++ b/lib/colorls/flags.rb @@ -157,7 +157,7 @@ module ColorLS options.separator '' options.separator 'options for compatiblity with ls (ignored):' options.separator '' - options.on('-h', '--human-readable') {} + options.on('-h', '--human-readable') {} # always active end def show_help diff --git a/man/colorls.1 b/man/colorls.1 index 22c0e91..93234eb 100644 --- a/man/colorls.1 +++ b/man/colorls.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "COLORLS" "1" "September 2020" "colorls 1.4.2" "colorls Manual" +.TH "COLORLS" "1" "October 2020" "colorls 1.4.2" "colorls Manual" . .SH "NAME" \fBcolorls\fR \- list directory contents with colors and icons