Fix a few coding standards issues:
* Remove extra empty lines before private keyword usages. specs: * Fix one long line; * use proc keyword instead of Proc.new.
This commit is contained in:
@@ -23,7 +23,6 @@ module Producer
|
||||
raise err
|
||||
end
|
||||
|
||||
|
||||
private
|
||||
|
||||
def source(filepath)
|
||||
|
Reference in New Issue
Block a user