Skip to content

Commit 9c7cf18

Browse files
committed
Fixes headers.
1 parent b9fa7f0 commit 9c7cf18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Sources/DataSources/FloatingPointType+IdentifiableType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxDataSources
44
//
55
// Created by Krunoslav Zaher on 7/4/16.
6-
// Copyright © 2016 kzaher. All rights reserved.
6+
// Copyright © 2016 Krunoslav Zaher. All rights reserved.
77
//
88

99
import Foundation

Sources/DataSources/IntegerType+IdentifiableType.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxDataSources
44
//
55
// Created by Krunoslav Zaher on 7/4/16.
6-
// Copyright © 2016 kzaher. All rights reserved.
6+
// Copyright © 2016 Krunoslav Zaher. All rights reserved.
77
//
88

99
import Foundation
@@ -54,6 +54,6 @@ extension UInt32 : IdentifiableType {
5454
}
5555

5656
extension UInt64 : IdentifiableType {
57-
57+
5858
}
5959

Sources/DataSources/String+IdentifiableType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxDataSources
44
//
55
// Created by Krunoslav Zaher on 7/4/16.
6-
// Copyright © 2016 kzaher. All rights reserved.
6+
// Copyright © 2016 Krunoslav Zaher. All rights reserved.
77
//
88

99
import Foundation

0 commit comments

Comments
 (0)