Skip to content

Commit 07b7cea

Browse files
committed
Formatting
1 parent a8f6fe4 commit 07b7cea

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Sources/TimecodeKit/TimecodeInterval/TimecodeInterval.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public struct TimecodeInterval {
2121
_ interval: Timecode,
2222
_ sign: Sign = .positive
2323
) {
24-
self.absoluteInterval = interval
25-
self.intervalSign = sign
24+
absoluteInterval = interval
25+
intervalSign = sign
2626
}
2727

2828
// MARK: - Public Properties

Sources/TimecodeKit/TimecodeTransformer/TimecodeTransformer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public struct TimecodeTransformer {
1414

1515
/// Initialize the transformer with a single transform.
1616
public init(_ transform: Transform) {
17-
self.transforms = [transform]
17+
transforms = [transform]
1818
}
1919

2020
/// Initialize the transformer with multiple transforms in series.

Sources/TimecodeKit/Utilities/Outsourced/Integers.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/// ----------------------------------------------
1010
/// ----------------------------------------------
1111

12-
1312
// MARK: - Digits
1413

1514
extension BinaryInteger {

0 commit comments

Comments
 (0)