Преглед на файлове

Fix trailing comma issue. Thank you @marionbarker

Deniz Cengiz преди 1 година
родител
ревизия
7f6a1a18b9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      FreeAPS/Sources/APS/Storage/CarbsStorage.swift

+ 1 - 1
FreeAPS/Sources/APS/Storage/CarbsStorage.swift

@@ -472,7 +472,7 @@ final class BaseCarbsStorage: CarbsStorage, Injectable {
                     note: result.note,
                     note: result.note,
                     enteredBy: CarbsEntry.manual,
                     enteredBy: CarbsEntry.manual,
                     isFPU: nil,
                     isFPU: nil,
-                    fpuID: nil,
+                    fpuID: nil
                 )
                 )
             }
             }
         }
         }