Skip to content
代码片段 群组 项目
未验证 提交 edf8d354 编辑于 作者: Boris Zbarsky's avatar Boris Zbarsky 提交者: GitHub
浏览文件

Work around clang-format bug. (#864)

clang-format doesn't deal with missing newlines in some places well:
it inserts them, but not in all the places it needs to, so we end up
in a situation where running it multiple times produces different
output than running it once.

Work around by just manually inserting a newline.
上级 1ad0ecee
No related branches found
标签 v2022.12.16-nightly
无相关合并请求
......@@ -627,7 +627,7 @@ async function availability(clusterName, options) {
);
return `API_AVAILABLE(${availabilityStrings.join(
', '
)}) MTR_NEWLY_DEPRECATED("${options.hash.deprecationMessage}")`;
)})\nMTR_NEWLY_DEPRECATED("${options.hash.deprecationMessage}")`;
}
return `MTR_NEWLY_DEPRECATED("${options.hash.deprecationMessage}")`;
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册