You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nombre =valores["nombre"]as?String
descripcion =valores["descripcion"]as?String
fecha_entrada = firebase ?Date(timeIntervalSince1970:valores["fecha_entrada"]as?Double??0):valores["fecha_entrada"]as?Date
fecha_salida = firebase ?Date(timeIntervalSince1970:valores["fecha_salida"]as?Double??0):valores["fecha_salida"]as?Date
noches = firebase ?valores["noches"]as? Int :Int((valores["noches"]as?Double)??0)^--- extra space, it shouldn't be there
coste = firebase ?Coste(firebase:valores["coste"]as![String:Any?]):valores["coste"]as?Coste
Otherwise, thank you for this awesome tool.
The text was updated successfully, but these errors were encountered:
Hello, when I format this block of code in Xcode 8.3 and Swimat 1.3.3 extension:
I get this output and the compilation breaks:
Otherwise, thank you for this awesome tool.
The text was updated successfully, but these errors were encountered: