[clangd] Fix gcc warning by removing extra ";"

llvm-svn: 363034
This commit is contained in:
Mikael Holmen 2019-06-11 06:02:01 +00:00
parent 627d8168e7
commit e2acbeb94c
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ tooling::Replacement replacement(llvm::StringRef Code, llvm::StringRef From,
// The filename is required but ignored.
return tooling::Replacement(Filename, From.data() - Code.data(),
From.size(), To);
};
}
// High-level representation of incremental formatting changes.
// The changes are made in two steps.