Explorar o código

Merge pull request #638 from nightscout/fix-addcarbpresentintent

Fix breaking comma in AddCarbPresentIntent
bjornoleh hai 1 ano
pai
achega
9d6c307e25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Trio/Sources/Shortcuts/Carbs/AddCarbPresetIntent.swift

+ 1 - 1
Trio/Sources/Shortcuts/Carbs/AddCarbPresetIntent.swift

@@ -15,7 +15,7 @@ import Swinject
         description: "Quantity of carbs in g",
         description: "Quantity of carbs in g",
         controlStyle: .field,
         controlStyle: .field,
         inclusiveRange: (lowerBound: 0, upperBound: 200),
         inclusiveRange: (lowerBound: 0, upperBound: 200),
-        requestValueDialog: IntentDialog(stringLiteral: String(localized: "How many grams of carbs did you eat?")),
+        requestValueDialog: IntentDialog(stringLiteral: String(localized: "How many grams of carbs did you eat?"))
     ) var carbQuantity: Double?
     ) var carbQuantity: Double?
 
 
     @Parameter(
     @Parameter(