mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] Fix formatting
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user