summaryrefslogtreecommitdiff
path: root/include/countries.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2025-12-28 14:46:44 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2025-12-28 14:46:44 +0100
commitbe5c11029adb25c586c4fcde6fedfa01d1bdcd49 (patch)
tree251f196c59f5ce2625058c5788e2107059f642ef /include/countries.hpp
parent7c3a271feea4b3693bf93a47924f7c682585e179 (diff)
email send backend
Diffstat (limited to 'include/countries.hpp')
-rw-r--r--include/countries.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/countries.hpp b/include/countries.hpp
index 7a15a32..1595b85 100644
--- a/include/countries.hpp
+++ b/include/countries.hpp
@@ -49,4 +49,4 @@ namespace country {
float calculate_tax_report_final(char* country_code, tax_report* report);
time_t get_invoice_date_to_use_for_tax_report(char* country_code, invoice* inv);
u32 get_available_tax_rates(const char* country_code, tax_rate* buffer, u32 buffer_size);
-} \ No newline at end of file
+}