Skip to content

Commit

Permalink
Rubocop fix: Style/SpaceBeforeBlockBraces
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 20, 2017
1 parent 76176bc commit 3923ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/IUCVTerminal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main
end

def tty_entries(prefix)
Dir.entries(@getty_conf_dir).select{ |e| e =~ /^#{prefix}@.+\.service$/ }
Dir.entries(@getty_conf_dir).select { |e| e =~ /^#{prefix}@.+\.service$/ }
end

def get_tty_num(prefix)
Expand Down

0 comments on commit 3923ced

Please sign in to comment.