Fix coding standards
This commit is contained in:
parent
0f5f64d5fc
commit
a60140a1d4
@ -28,7 +28,7 @@ module Producer
|
|||||||
|
|
||||||
def macro(name, &block)
|
def macro(name, &block)
|
||||||
define_singleton_method(name) do |*args|
|
define_singleton_method(name) do |*args|
|
||||||
task("#{name}", *args, &block)
|
task "#{name}", *args, &block
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user