summaryrefslogtreecommitdiff
path: root/src/ui/helpers.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-15 17:28:00 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-15 17:28:00 +0200
commitf67e92f55b6223f2806c3d5ef1cbe2a638920562 (patch)
treef567321e40d03e6f1e6d31338ef3db2eff988e91 /src/ui/helpers.cpp
parent572caa74ed824fefa02eb81adc7639a783f243c7 (diff)
working on invoice form
Diffstat (limited to 'src/ui/helpers.cpp')
-rw-r--r--src/ui/helpers.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/helpers.cpp b/src/ui/helpers.cpp
index 4c6647e..0cce207 100644
--- a/src/ui/helpers.cpp
+++ b/src/ui/helpers.cpp
@@ -110,5 +110,4 @@ int ui_helper_TextInputWithAutocomplete(const char* label, const char* hint, cha
}
}
return result;
-}
-
+} \ No newline at end of file