Skip to content

Commit 4c74c07

Browse files
committed
[NFC] Squash an initialization ordering warning
1 parent 2e4d315 commit 4c74c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/SwiftObject.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,8 +1520,8 @@ void swift_objc_swift3ImplicitObjCEntrypoint(id self, SEL selector,
15201520
RuntimeErrorDetails::FixIt fixit = {
15211521
.filename = nullTerminatedFilename,
15221522
.startLine = line,
1523-
.endLine = line,
15241523
.startColumn = column,
1524+
.endLine = line,
15251525
.endColumn = column,
15261526
.replacementText = "@objc "
15271527
};

0 commit comments

Comments
 (0)