Skip to content

Commit f99ee4a

Browse files
authored
Remove trailing whitespace
1 parent 16a6805 commit f99ee4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CBORCodingTests/CBORParserTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CBORParserTests: XCTestCase {
2222
// Test Examples taken from Appendix A of RFC 7049
2323

2424
var value: Any!
25-
25+
2626
XCTAssertNoThrow(value = try CBORParser.parse(convertFromHexString("0x00")))
2727
XCTAssertTrue(value is UInt64)
2828
XCTAssertEqual(value as! UInt64, 0)

0 commit comments

Comments
 (0)