Skip to content

Commit 8e0adec

Browse files
authored
Update sourcekitd-repl.cpp
1 parent 26b318d commit 8e0adec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SourceKit/tools/sourcekitd-repl/sourcekitd-repl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ static bool printResponse(sourcekitd_response_t Resp) {
601601

602602
sourcekitd_response_dispose(Resp);
603603
return IsError;
604-
};
604+
}
605605

606606
static bool handleRequest(StringRef ReqStr, std::string &ErrorMessage) {
607607
bool UseAsync = false;

0 commit comments

Comments
 (0)