[SourceKit] Fix formatting

This commit is contained in:
Simon Barinka
2023-10-09 21:16:13 +02:00
parent b918345910
commit ae570850e0
2 changed files with 6 additions and 3 deletions

View File

@@ -38,7 +38,8 @@ static UIdent getUIDForDependencyKind(bool isClangModule) {
class SKIndexDataConsumer : public IndexDataConsumer {
public:
SKIndexDataConsumer(IndexingConsumer &C, IndexSourceOptions Opts) : impl(C), Opts(Opts) {}
SKIndexDataConsumer(IndexingConsumer &C, IndexSourceOptions Opts)
: impl(C), Opts(Opts) {}
private:
void failed(StringRef error) override { impl.failed(error); }