Skip to content

Commit 79f220b

Browse files
committed
Remove empty new line at the beginning of Ruby source files
Dunno why I did that.
1 parent 79ea82e commit 79f220b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/blocks/main.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
method_with_block do
32
puts 'This block will be called three times!'
43
end

src/hello-file/main.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
5.times do
32
puts 'Hello from a ruby file!'
43
end

0 commit comments

Comments
 (0)