Skip to content

Commit fc714b3

Browse files
Consistent indenting
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e1319a8 commit fc714b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • include/cura-formulae-engine/env

include/cura-formulae-engine/env/min.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace CuraFormulaeEngine::env
1010

1111
struct MinFunction
1212
{
13-
[[nodiscard]] eval::Result operator()(const std::vector<eval::Value>& args) const noexcept;
14-
[[nodiscard]] std::vector<std::string> getSignature() const noexcept;
13+
[[nodiscard]] eval::Result operator()(const std::vector<eval::Value>& args) const noexcept;
14+
[[nodiscard]] std::vector<std::string> getSignature() const noexcept;
1515
};
1616

1717
extern const MinFunction min_function;

0 commit comments

Comments
 (0)