mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
Minor clang-tidy fix in app4triqs.hpp
This commit is contained in:
parent
d48811bf13
commit
24f5268394
@ -34,7 +34,7 @@ namespace app4triqs {
|
||||
toto &operator=(toto &&) = default;
|
||||
|
||||
/// Simple accessor
|
||||
int get_i() const { return i; }
|
||||
[[nodiscard]] int get_i() const { return i; }
|
||||
|
||||
/**
|
||||
* A simple function with :math:`G(\tau)`
|
||||
|
Loading…
Reference in New Issue
Block a user