Skip to content

Commit cba2afd

Browse files
committed
Soft-wrap hard-wrapped comments in helper/promo_screenshots_helper.rb
Use a longer line length and prefer semantic line breaks to hard-wraps. See #342 (comment)
1 parent f2cdc55 commit cba2afd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/helper/promo_screenshots_helper.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ def draw_device_frame_to_canvas(device, canvas)
117117
end
118118

119119
def draw_screenshot_to_canvas(entry, canvas, device)
120-
# Don't require a screenshot to be present – we can just skip
121-
# this function if one doesn't exist.
120+
# Don't require a screenshot to be present – we can just skip this function if one doesn't exist.
122121
return canvas if entry['screenshot'].nil?
123122

124123
device_mask = device['screenshot_mask']

0 commit comments

Comments
 (0)