mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove redundant semicolon
Swift SVN r22422
This commit is contained in:
@@ -198,7 +198,7 @@ public struct ${Self}<T> : MutableCollectionType, Sliceable {
|
||||
mutableAddress {
|
||||
_makeMutableAndUnique()
|
||||
_checkSubscript(index)
|
||||
return _buffer.baseAddress + index;
|
||||
return _buffer.baseAddress + index
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user