Skip to content

Commit

Permalink
Fix formatting for commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzxy committed Jun 8, 2024
1 parent 3ac4c31 commit 4445e1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions FreeAPS/Sources/Modules/Settings/SettingsStateModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ extension Settings {
func hideSettingsModal() {
hideModal()
}
// Commenting this out for now, as not needed and possibly dangerous for users to be able to nuke their pump pairing informations via the debug menu
// Leaving it in here, as it may be a handy functionality for further testing or developers.
// See https://github.com/nightscout/Trio/pull/277 for more information

// Commenting this out for now, as not needed and possibly dangerous for users to be able to nuke their pump pairing informations via the debug menu
// Leaving it in here, as it may be a handy functionality for further testing or developers.
// See https://github.com/nightscout/Trio/pull/277 for more information
//
// func resetLoopDocuments() {
// guard let localDocuments = try? FileManager.default.url(
Expand Down
6 changes: 3 additions & 3 deletions FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ extension Settings {
.frame(maxWidth: .infinity, alignment: .trailing)
.buttonStyle(.borderedProminent)
}
// Commenting this out for now, as not needed and possibly dangerous for users to be able to nuke their pump pairing informations via the debug menu
// Leaving it in here, as it may be a handy functionality for further testing or developers.
// See https://github.com/nightscout/Trio/pull/277 for more information
// Commenting this out for now, as not needed and possibly dangerous for users to be able to nuke their pump pairing informations via the debug menu
// Leaving it in here, as it may be a handy functionality for further testing or developers.
// See https://github.com/nightscout/Trio/pull/277 for more information
//
// HStack {
// Text("Delete Stored Pump State Binary Files")
Expand Down

0 comments on commit 4445e1d

Please sign in to comment.