Skip to content

Commit 7790409

Browse files
gedareowenca
andauthored
Update clang/unittests/Format/FormatTestJS.cpp
Co-authored-by: Owen Pan <[email protected]>
1 parent fa8d1b1 commit 7790409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Format/FormatTestJS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,7 +2163,7 @@ TEST_F(FormatTestJS, TemplateStringMultiLineExpression) {
21632163
" FOOFOOFOOFOO____FOO_FOO_FO_FOO_FOOO -\n"
21642164
" (barbarbarbar____bar_bar_bar_bar_bar_bar +\n"
21652165
" bar_bar_bar_barbarbar___bar_bar_bar + 1),\n"
2166-
" )}`;\n");
2166+
" )}`;");
21672167
}
21682168

21692169
TEST_F(FormatTestJS, TemplateStringASI) {

0 commit comments

Comments
 (0)