The file /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Views/Debts/DebtsView.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 334→ .keyboardShortcut(.escape) 335→ 336→ Spacer() 337→ 338→ Button("Salvar") { 339→ saveDebt() 340→ } 341→ .keyboardShortcut(.return) 342→ .buttonStyle(.borderedProminent) 343→ .disabled(!canSave) 344→ } 345→ } 346→ .padding() 347→ .frame(width: 400, height: 500)