Skip to content

Commit 395bc00

Browse files
authored
bartycrouch: Use language-specific heredocs
1 parent 921111a commit 395bc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/b/bartycrouch.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ def install
2525
end
2626

2727
test do
28-
(testpath/"Test.swift").write <<~EOS
28+
(testpath/"Test.swift").write <<~SWIFT
2929
import Foundation
3030
3131
class Test {
3232
func test() {
3333
NSLocalizedString("test", comment: "")
3434
}
3535
}
36-
EOS
36+
SWIFT
3737

3838
(testpath/"en.lproj/Localizable.strings").write <<~EOS
3939
/* No comment provided by engineer. */

0 commit comments

Comments
 (0)