Skip to content

Commit e78bbca

Browse files
committed
format
1 parent 03e0207 commit e78bbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Internal/ProtoDuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ extension ProtoDuration: Decodable {
107107
}
108108

109109
self.seconds = secs
110-
self.nanos = Int32(fractionalSeconds * 1_000_000_000)
110+
nanos = Int32(fractionalSeconds * 1_000_000_000)
111111
}
112112
}

0 commit comments

Comments
 (0)