From 9db0e68eb60b7634eb26f9b734e7b1e47cc3f2ba Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 7 Apr 2013 00:49:56 -0500 Subject: Unify indentation of access modifiers These are class method calls, not some special keyword, and should be indented as such (also all standard Ruby indenters do this). --- Library/Homebrew/cmd/list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb index 1586ca681..c40246a81 100644 --- a/Library/Homebrew/cmd/list.rb +++ b/Library/Homebrew/cmd/list.rb @@ -23,7 +23,7 @@ module Homebrew extend self end end -private + private def list_unbrewed dirs = HOMEBREW_PREFIX.children.select{ |pn| pn.directory? }.map{ |pn| pn.basename.to_s } -- cgit v1.2.3