Skip to content

Commit e3d4cb5

Browse files
authored
1 parent b1e672b commit e3d4cb5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: false
2+
3+
'foo' 'bar'
4+
5+
'foo' 'bar' "baz#{bat}"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
'foo' 'bar'
4+
5+
'foo' 'bar' "baz#{bat}"

0 commit comments

Comments
 (0)