Skip to content

Commit 076cb84

Browse files
committed
rubocop
1 parent e02e5b1 commit 076cb84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/recipes/additive-manufacturing/recipe.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

3-
ADDITIVE_MANUFACTURING_RECIPE = Kitchen::BookRecipe.new(book_short_name: :additive_manufacturing) do |doc, _resources|
3+
ADDITIVE_MANUFACTURING_RECIPE = Kitchen::BookRecipe.new(book_short_name: :addman) \
4+
do |doc, _resources|
45
include Kitchen::Directions
56

67
book = doc.book

0 commit comments

Comments
 (0)