Skip to content

Commit bff2236

Browse files
Change fileprivate to private
1 parent d5cfe22 commit bff2236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/colors/swift4.stencil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ internal extension {{colorAlias}} {
5151
}
5252
}
5353

54-
fileprivate struct RGBAComponents {
54+
private struct RGBAComponents {
5555
let rgbaValue: UInt32
5656

5757
private var shifts: [UInt32] {

templates/colors/swift5.stencil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ internal extension {{colorAlias}} {
5151
}
5252
}
5353

54-
fileprivate struct RGBAComponents {
54+
private struct RGBAComponents {
5555
let rgbaValue: UInt32
5656

5757
private var shifts: [UInt32] {

0 commit comments

Comments
 (0)