Skip to content

Commit d577f4b

Browse files
committed
[Typechecker] Remove period from 'end anonymous namespace'
1 parent 6ad9790 commit d577f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckProtocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ enum class OptionalAdjustmentPosition : unsigned {
19481948
/// Both return and parameter adjustments.
19491949
ParamAndReturn = 4,
19501950
};
1951-
} // end anonymous namespace.
1951+
} // end anonymous namespace
19521952

19531953
/// Classify the provided optionality issues for use in diagnostics.
19541954
static OptionalAdjustmentPosition classifyOptionalityIssues(

0 commit comments

Comments
 (0)