We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e814d9 commit ded2309Copy full SHA for ded2309
tools/apps/update_homebrew/lib/update_homebrew.dart
@@ -170,13 +170,13 @@ class Dart < Formula
170
end
171
172
def shim_script(target)
173
- <<-EOS.undent
+ <<~EOS
174
#!/usr/bin/env bash
175
exec "#{prefix}/#{target}" "\$@"
176
EOS
177
178
179
- def caveats; <<-EOS.undent
+ def caveats; <<~EOS
180
Please note the path to the Dart SDK:
181
#{opt_libexec}
182
@@ -187,7 +187,7 @@ class Dart < Formula
187
188
189
test do
190
- (testpath/"sample.dart").write <<-EOS.undent
+ (testpath/"sample.dart").write <<~EOS
191
void main() {
192
print(r"test message");
193
}
0 commit comments