Skip to content

Commit a339028

Browse files
author
Timothée Duran
authored
Correct indentation
1 parent 7f4a475 commit a339028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/PerfectMySQL/MySQLCRUD.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class MySQLCRUDRowReader<K : CodingKey>: KeyedDecodingContainerProtocol {
5858
switch a {
5959
case let i as Int64:
6060
return Int(i)
61-
case let i as Int32:
62-
return Int(i)
61+
case let i as Int32:
62+
return Int(i)
6363
case let i as Int:
6464
return i
6565
default:

0 commit comments

Comments
 (0)