Skip to content

Commit baec9f5

Browse files
author
Simon Barinka
committed
[SourceKit] Fix formatting
1 parent 23cde9b commit baec9f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/SourceKit/tools/sourcekitd/lib/Service/Requests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,6 @@ static void handleRequestIndex(const RequestDict &Req,
14171417
SmallVector<const char *, 8> Args;
14181418
if (getCompilerArgumentsForRequestOrEmitError(Req, Args, Rec))
14191419
return;
1420-
14211420
return Rec(indexSource(*PrimaryFilePath, Args));
14221421
});
14231422
}

0 commit comments

Comments
 (0)