Skip to content

Commit 460fccb

Browse files
authored
Merge pull request #16285 from mohitathwani/master
2 parents af7169a + 632a9be commit 460fccb

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)