Skip to content

Commit 7154c61

Browse files
committed
Stray punctuation, NFC
1 parent dfc3e7f commit 7154c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/ImportDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4838,7 +4838,7 @@ namespace {
48384838

48394839
// Synthesize trivial conformances for each of the protocols.
48404840
SmallVector<ProtocolConformance *, 4> conformances;
4841-
;
4841+
48424842
auto dc = decl->getInnermostDeclContext();
48434843
auto &ctx = Impl.SwiftContext;
48444844
for (unsigned i = 0, n = protocols.size(); i != n; ++i) {

0 commit comments

Comments
 (0)