Skip to content

Commit 632a9be

Browse files
committed
Adds a new line character to the message when indicating parse position error
1 parent 8054e7d commit 632a9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-refactor/swift-refactor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ int main(int argc, char *argv[]) {
279279

280280
auto Start = getLocsByLabelOrPosition(options::LineColumnPair, Buffer);
281281
if (Start.empty()) {
282-
llvm::errs() << "cannot parse position pair.";
282+
llvm::errs() << "cannot parse position pair.\n";
283283
return 1;
284284
}
285285

0 commit comments

Comments
 (0)