aboutsummaryrefslogtreecommitdiff
path: root/libs/kstd/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-21 14:44:01 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-21 14:44:01 +0200
commite8ce02d63f096147fc54824f0a45c23e3a3ced25 (patch)
treee96658cb58f91c48d345348bb4e08491dac8581b /libs/kstd/include
parente3fa6b1adbd7fce3b080d75fd0959949b7d3bef4 (diff)
downloadteachos-e8ce02d63f096147fc54824f0a45c23e3a3ced25.tar.xz
teachos-e8ce02d63f096147fc54824f0a45c23e3a3ced25.zip
libs: prepare for clang-tidy
Diffstat (limited to 'libs/kstd/include')
-rw-r--r--libs/kstd/include/kstd/bits/format/vformat.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/kstd/include/kstd/bits/format/vformat.hpp b/libs/kstd/include/kstd/bits/format/vformat.hpp
index 4fec7dd..994fae5 100644
--- a/libs/kstd/include/kstd/bits/format/vformat.hpp
+++ b/libs/kstd/include/kstd/bits/format/vformat.hpp
@@ -45,7 +45,7 @@ namespace kstd
: m_output{iterator}
{}
- auto iterator() const -> Output
+ [[nodiscard]] auto iterator() const -> Output
{
return m_output;
}