mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
28873913d9
Buildifier now comes with a handy attachment to catch single `\` characters inside strings and replace them with `\\` if the escape sequence is invalid. Skylark/Python will do this at runtime anyway; this just makes it clearer what the actual behavior is. I needed to change `\` characters at the end of lines to `\\` manually in order to stop Buildifier from simply concatenating the lines together. Everything else was automatic. CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
BUILD.bazel | ||
util.bzl |