From 327a32f563394f92313e4a751515d69d90f4e7f5 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 12 Oct 2025 23:30:08 +0530 Subject: formatted code --- invoice/validators.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'invoice/validators.go') diff --git a/invoice/validators.go b/invoice/validators.go index 1c39cbe..13cc6e6 100644 --- a/invoice/validators.go +++ b/invoice/validators.go @@ -50,7 +50,7 @@ func isDraft(invoiceId uint) (bool, error) { // TODO: handle potential errors if err != nil { return invoice.IsDraft, err - } + } // invoice doesn't exist if invoice.ID == 0 { -- cgit v1.2.3